mirror of https://github.com/OpenVidu/openvidu.git
ov-components: log room name when a room is created
parent
3defad20cc
commit
5d855a1338
|
@ -74,7 +74,7 @@ export class CallComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
onRoomCreated(room: Room) {
|
onRoomCreated(room: Room) {
|
||||||
console.warn('VC ROOM CREATED');
|
console.warn('VC ROOM CREATED', room.name);
|
||||||
room.on(RoomEvent.Connected, () => {
|
room.on(RoomEvent.Connected, () => {
|
||||||
if (this.areStaticVideosEnabled) {
|
if (this.areStaticVideosEnabled) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
Loading…
Reference in New Issue