次の方法で共有


ParticipantsJoinedListener type

CallAdapterSubscribers 'participantsJoined' イベントのコールバック。

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