Aracılığıyla paylaş


ParticipantsJoinedListener type

CallAdapterSubscribers 'participantsJoined' etkinliği için geri arama.

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