diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts index 29529bd5..7e03d734 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts @@ -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();