openvidu-components: Fixed fullscreen toggle
This commit is contained in:
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…
x
Reference in New Issue
Block a user