ParticipantsLeftListener type
CallAdapterSubscribers 'participantsLeft' 事件的回呼。
type ParticipantsLeftListener = (event: {
removed: RemoteParticipant[]
}) => void
CallAdapterSubscribers 'participantsLeft' 事件的回呼。
type ParticipantsLeftListener = (event: {
removed: RemoteParticipant[]
}) => void