vani-meeting-client 0.8.7 → 0.8.8

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.
@@ -262,7 +262,7 @@ var SFUHandler = /** @class */ (function (_super) {
262
262
  if (this.producers) {
263
263
  if (!this.communicationHandler || this.communicationHandler.getAllParticipants().length < 2) {
264
264
  this.producers.forEach(function (producer) {
265
- producer.pause();
265
+ producer.resume();
266
266
  });
267
267
  }
268
268
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",