summaryrefslogtreecommitdiffstats
path: root/webapp/components/webrtc/webrtc_controller.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/webrtc/webrtc_controller.jsx')
-rw-r--r--webapp/components/webrtc/webrtc_controller.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/webrtc/webrtc_controller.jsx b/webapp/components/webrtc/webrtc_controller.jsx
index 968f24638..e609e4fdb 100644
--- a/webapp/components/webrtc/webrtc_controller.jsx
+++ b/webapp/components/webrtc/webrtc_controller.jsx
@@ -734,7 +734,9 @@ export default class WebrtcController extends React.Component {
this.onSessionError();
return this.doCleanup();
}
+
WebrtcStore.setVideoCallWith(null);
+ WebrtcStore.emitRhsChanged(false);
if (manual) {
return this.close();