summaryrefslogtreecommitdiffstats
path: root/webapp/components/webrtc
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-09-28 09:48:19 -0300
committerChristopher Speller <crspeller@gmail.com>2016-09-28 08:48:19 -0400
commit45ca052482d42a535f399b149c7e26e99663ac15 (patch)
treed7ec1b4f5dbc2a1cc7150143d5032551c30ec480 /webapp/components/webrtc
parent5288255ca3b86e71a5c1bc4a3e88adb2ebbadee0 (diff)
downloadchat-45ca052482d42a535f399b149c7e26e99663ac15.tar.gz
chat-45ca052482d42a535f399b149c7e26e99663ac15.tar.bz2
chat-45ca052482d42a535f399b149c7e26e99663ac15.zip
PLT-4298 Remove "Return to ongoing call" (#4101)
Diffstat (limited to 'webapp/components/webrtc')
-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();