Exit full screen programatically when the remote side hangs up

This commit is contained in:
Kegan Dougal 2015-10-27 17:45:47 +00:00
parent ed52bc37b2
commit 731ad26be4
3 changed files with 22 additions and 3 deletions

View file

@ -90,6 +90,7 @@ module.exports = {
else {
this.getVideoView().getLocalVideoElement().style.display = "none";
this.getVideoView().getRemoteVideoElement().style.display = "none";
dis.dispatch({action: 'video_fullscreen', fullscreen: false});
}
}
};