Oops! Camera and microphone are not available
Oops! Camera is not available
Oops! Microphone is not available
diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.html b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.html
index f5eac78ee..a7ee63887 100644
--- a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.html
+++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.html
@@ -85,7 +85,7 @@
-
+
diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/services/participant/participant.service.ts b/openvidu-components-angular/projects/openvidu-angular/src/lib/services/participant/participant.service.ts
index 78a3cf7dd..146ab47fc 100644
--- a/openvidu-components-angular/projects/openvidu-angular/src/lib/services/participant/participant.service.ts
+++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/services/participant/participant.service.ts
@@ -31,7 +31,6 @@ export class ParticipantService {
constructor(protected loggerSrv: LoggerService) {
this.log = this.loggerSrv.get('ParticipantService');
- // this.participantsObs = this._participants.asObservable();
this.localParticipantObs = this._localParticipant.asObservable();
this.remoteParticipantsObs = this._remoteParticipants.asObservable();
diff --git a/openvidu-components-angular/src/app/components/stream-test/stream-test.component.html b/openvidu-components-angular/src/app/components/stream-test/stream-test.component.html
index a3cfc9f9b..5d52c2094 100644
--- a/openvidu-components-angular/src/app/components/stream-test/stream-test.component.html
+++ b/openvidu-components-angular/src/app/components/stream-test/stream-test.component.html
@@ -31,7 +31,7 @@
-
+
diff --git a/openvidu-components-angular/src/app/components/stream-test/stream-test.component.ts b/openvidu-components-angular/src/app/components/stream-test/stream-test.component.ts
index 65597d0e4..b868b79fb 100644
--- a/openvidu-components-angular/src/app/components/stream-test/stream-test.component.ts
+++ b/openvidu-components-angular/src/app/components/stream-test/stream-test.component.ts
@@ -8,11 +8,11 @@ import { ParticipantModel } from 'openvidu-angular';
})
export class StreamTestComponent implements OnInit {
- participant: ParticipantModel;
+ stream: ParticipantModel;
constructor() { }
ngOnInit(): void {
- this.participant = new ParticipantModel();
+ this.stream = new ParticipantModel();
}
}
diff --git a/openvidu-components-angular/src/app/openvidu-call/call.component.html b/openvidu-components-angular/src/app/openvidu-call/call.component.html
index b3e7ba5f7..b8bc3eb18 100644
--- a/openvidu-components-angular/src/app/openvidu-call/call.component.html
+++ b/openvidu-components-angular/src/app/openvidu-call/call.component.html
@@ -44,8 +44,14 @@