mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Hidden captions when OpenVidu is CE
parent
b51a502cc9
commit
495572035f
|
@ -281,6 +281,7 @@ export class VideoconferenceComponent implements OnInit, OnDestroy, AfterViewIni
|
||||||
} else {
|
} else {
|
||||||
this.openviduService.setOpenViduEdition(OpenViduEdition.CE);
|
this.openviduService.setOpenViduEdition(OpenViduEdition.CE);
|
||||||
this.libService.backgroundEffectsButton.next(false);
|
this.libService.backgroundEffectsButton.next(false);
|
||||||
|
this.libService.captionsButton.next(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tokens.screen) {
|
if (tokens.screen) {
|
||||||
|
|
Loading…
Reference in New Issue