ParticipantsJoinedListener type
Chamada de retorno para o evento "participantsJoined" de CallAdapterSubscribers .
type ParticipantsJoinedListener = (event: {
joined: RemoteParticipant[]
}) => void
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Chamada de retorno para o evento "participantsJoined" de CallAdapterSubscribers .
type ParticipantsJoinedListener = (event: {
joined: RemoteParticipant[]
}) => void