共用方式為


ParticipantsJoinedListener type

CallAdapterSubscribers 'participantsJoined' 事件的回呼。

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