PLT-4298 Remove "Return to ongoing call" (#4101)

Этот коммит содержится в:
enahum
2016-09-28 09:48:19 -03:00
коммит произвёл Christopher Speller
родитель 5288255ca3
Коммит 45ca052482
3 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@@ -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();