@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/CHANGELOG.md +7 -0
- package/dist/index.browser.es.js +3 -2
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/src/Call.ts +1 -0
package/package.json
CHANGED
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
|