livekit-client
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -133,3 +133,5 @@ "use strict"; | ||
} | ||
this.setPreferredCodec(transceiver, track.kind, options === null || options === void 0 ? void 0 : options.videoCodec); | ||
if (options === null || options === void 0 ? void 0 : options.videoCodec) { | ||
this.setPreferredCodec(transceiver, track.kind, options === null || options === void 0 ? void 0 : options.videoCodec); | ||
} | ||
this.addTrackPublication(publication); | ||
@@ -136,0 +138,0 @@ // send event for publication |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.9.5"; | ||
export declare const version = "0.9.6"; | ||
export declare const protocolVersion = 2; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.protocolVersion = exports.version = void 0; | ||
exports.version = '0.9.5'; | ||
exports.version = '0.9.6'; | ||
exports.protocolVersion = 2; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "livekit-client", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "JavaScript/TypeScript client SDK for LiveKit", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
432989
6839