Udostępnij za pośrednictwem


ParticipantsJoinedListener type

Wywołanie zwrotne dla zdarzenia CallAdapterSubscribers "participantsJoined".

type ParticipantsJoinedListener = (event: {
  joined: RemoteParticipant[]
}) => void