mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-4298 Remove "Return to ongoing call" (#4101)
This commit is contained in:
committed by
Christopher Speller
parent
5288255ca3
commit
45ca052482
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user