@vkontakte/calls-sdk / RoomParticipantUpdate
Interface: RoomParticipantUpdate
Информация об обновлении комнаты
Properties
participantCount
ts
participantCount: number;total number of participants in the room
addedParticipantIds?
ts
optional addedParticipantIds: ExternalParticipantId[];ids of added participants, always present (if any) so participants would be able to identify their presence in particular room
addedParticipants?
ts
optional addedParticipants: ExternalParticipant[];optional, data for added participants
removedParticipantMarkers?
ts
optional 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)