openvidu-components: Fixed fullscreen toggle

This commit is contained in:
csantosm 2022-02-22 16:59:24 +01:00
parent e63ef15d18
commit 8ab769161b

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