mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Removed workaround for avoiding blank videos on iOS
parent
979fd14ccc
commit
2ca5e2362e
|
@ -186,11 +186,6 @@ export class SessionComponent implements OnInit, OnDestroy {
|
|||
this.subscribeToReconnection();
|
||||
|
||||
await this.connectToSession();
|
||||
// ios devices appear with blank video. Muting and unmuting it fix this problem
|
||||
if (this.platformService.isIos() && this.participantService.isMyCameraActive()) {
|
||||
await this.openviduService.publishVideo(false);
|
||||
await this.openviduService.publishVideo(true);
|
||||
}
|
||||
|
||||
if (this.libService.isRecordingEnabled()) {
|
||||
this.subscribeToRecordingEvents();
|
||||
|
|
Loading…
Reference in New Issue