vani-meeting-client 0.5.3 → 0.5.4

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.
@@ -22,7 +22,7 @@ export declare class MeetingHandler {
22
22
  muteUser(userId?: string): Promise<TaskResponse>;
23
23
  resumeCamera(userId?: string): Promise<TaskResponse>;
24
24
  unmute(userId?: string): Promise<TaskResponse>;
25
- resumeStreamWithoutStopping(streamKind: TrackKind): TaskResponse | undefined;
25
+ resumeStreamWithoutAdding(streamKind: TrackKind): TaskResponse | undefined;
26
26
  pauseStreamWithoutStopping(streamKind: TrackKind): TaskResponse | undefined;
27
27
  stopTrack(track: Track): void;
28
28
  addCustomTrack(track: Track): void;
@@ -227,7 +227,7 @@ var MeetingHandler = /** @class */ (function () {
227
227
  });
228
228
  });
229
229
  };
230
- MeetingHandler.prototype.resumeStreamWithoutStopping = function (streamKind) {
230
+ MeetingHandler.prototype.resumeStreamWithoutAdding = function (streamKind) {
231
231
  var _a;
232
232
  return (_a = this.userMediaHandler) === null || _a === void 0 ? void 0 : _a.resumeStreamWithoutAdding(streamKind);
233
233
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",