livekit-client
Advanced tools
Comparing version 1.15.1 to 1.15.2
{ | ||
"name": "livekit-client", | ||
"version": "1.15.1", | ||
"version": "1.15.2", | ||
"description": "JavaScript/TypeScript client SDK for LiveKit", | ||
@@ -5,0 +5,0 @@ "main": "./dist/livekit-client.umd.js", |
@@ -696,3 +696,8 @@ import log from '../../logger'; | ||
} | ||
if (opts.backupCodec && videoCodec !== opts.backupCodec.codec) { | ||
if ( | ||
opts.backupCodec && | ||
videoCodec !== opts.backupCodec.codec && | ||
// TODO remove this once e2ee is supported for backup codecs | ||
req.encryption === Encryption_Type.NONE | ||
) { | ||
// multi-codec simulcast requires dynacast | ||
@@ -699,0 +704,0 @@ if (!this.roomOptions.dynacast) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5934283
58229