ov-components: log room name when a room is created

master
Carlos Santos 2025-03-07 13:04:22 +01:00
parent 3defad20cc
commit 5d855a1338
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {