mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Fixed fullscreen toggle
parent
e63ef15d18
commit
8ab769161b
|
@ -237,7 +237,7 @@ export class ToolbarComponent implements OnInit, OnDestroy {
|
|||
}
|
||||
|
||||
toggleFullscreen() {
|
||||
this.documentService.toggleFullscreen('room-container');
|
||||
this.documentService.toggleFullscreen('session-container');
|
||||
this.isFullscreenEnabled = !this.isFullscreenEnabled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue