@stream-io/video-client 1.15.4 → 1.15.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-client",
3
- "version": "1.15.4",
3
+ "version": "1.15.5",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
package/src/Call.ts CHANGED
@@ -584,6 +584,7 @@ export class Call {
584
584
  this.dynascaleManager.setSfuClient(undefined);
585
585
 
586
586
  this.state.setCallingState(CallingState.LEFT);
587
+ this.state.setParticipants([]);
587
588
  this.state.dispose();
588
589
 
589
590
  // Call all leave call hooks, e.g. to clean up global event handlers