Exit full screen programatically when the remote side hangs up
This commit is contained in:
parent
ed52bc37b2
commit
731ad26be4
3 changed files with 22 additions and 3 deletions
|
@ -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});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue