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 f5eac78e..a7ee6388 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 78a3cf7d..146ab47f 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 a3cfc9f9..5d52c209 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 65597d0e..b868b79f 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 b3e7ba5f..b8bc3eb1 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 @@