openvidu-components: Fixed fullscreen toggle

pull/707/head
csantosm 2022-02-22 16:59:24 +01:00
parent e63ef15d18
commit 8ab769161b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}