Interface RoomParticipantUpdate

Информация об обновлении комнаты

Hierarchy

  • RoomParticipantUpdate

Properties

participantCount: number

total number of participants in the room

addedParticipantIds?: ExternalParticipantId[]

ids of added participants, always present (if any) so participants would be able to identify their presence in particular room

addedParticipants?: ExternalParticipant[]

optional, data for added participants

removedParticipantMarkers?: ParticipantListMarkers[]

optional, depending on the context may contain either markers for all (sorted) lists available or be empty (if client fails to support chunked participants)