Sdílet prostřednictvím


ParticipantsJoinedListener type

Zpětné volání pro CallAdapterSubscribers události "participantsJoined".

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