Room Participant
Subscriber Publisher
@if (room) {
{{room.name}}
@for (event of events; track event) { {{event.eventType}}
{{event.eventDescription}}
}
@for (participant of room.remoteParticipants | keyvalue; track participant) { }
}