ParticipantsJoinedListener type
CallAdapterSubscribers 'participantsJoined' 事件的回呼。
type ParticipantsJoinedListener = (event: {
joined: RemoteParticipant[]
}) => void
CallAdapterSubscribers 'participantsJoined' 事件的回呼。
type ParticipantsJoinedListener = (event: {
joined: RemoteParticipant[]
}) => void