livekit-client 0.13.2 → 0.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ function createLocalTracks(options) {
37
37
  return __awaiter(this, void 0, void 0, function* () {
38
38
  if (!options)
39
39
  options = {};
40
- if (options.audio === false)
40
+ if (options.audio !== false)
41
41
  options.audio = {};
42
42
  if (options.video !== false)
43
43
  options.video = {};
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.13.2";
1
+ export declare const version = "0.13.3";
2
2
  export declare const protocolVersion = 4;
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.protocolVersion = exports.version = void 0;
4
- exports.version = '0.13.2';
4
+ exports.version = '0.13.3';
5
5
  exports.protocolVersion = 4;
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livekit-client",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "JavaScript/TypeScript client SDK for LiveKit",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",