-
public class ParticipantEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classParticipantEvent.MetadataChangedWhen a participant's metadata is updated, fired for all participants
public final classParticipantEvent.NameChangedWhen a participant's display name is changed, fired for all participants
public final classParticipantEvent.AttributesChangedWhen a participant's attributes are changed, fired for all participants
public final classParticipantEvent.SpeakingChangedFired when the current participant's isSpeaking property changes. (including LocalParticipant)
public final classParticipantEvent.TrackMutedThe participant was muted.
For the local participant, the callback will be called if setMute was called on the LocalTrackPublication, or if the server has requested the participant to be muted
public final classParticipantEvent.TrackUnmutedThe participant was unmuted.
For the local participant, the callback will be called if setMute was called on the LocalTrackPublication, or if the server has requested the participant to be muted
public final classParticipantEvent.LocalTrackSubscribedFired when the first remote participant has subscribed to the localParticipant's track
public final classParticipantEvent.LocalTrackPublishedWhen a new track is published by the local participant.
public final classParticipantEvent.LocalTrackPublicationFailedError had occurred while publishing a track
public final classParticipantEvent.LocalTrackUnpublishedA LocalParticipant has unpublished a track
public final classParticipantEvent.TrackPublishedWhen a new track is published to room after the local participant has joined.
It will not fire for tracks that are already published
public final classParticipantEvent.TrackUnpublishedA RemoteParticipant has unpublished a track
public final classParticipantEvent.TrackSubscribedSubscribed to a new track
public final classParticipantEvent.TrackSubscriptionFailedError had occurred while subscribing to a track
public final classParticipantEvent.TrackUnsubscribedA subscribed track is no longer available. Clients should listen to this event and handle cleanup
public final classParticipantEvent.DataReceivedReceived data published by another participant
public final classParticipantEvent.TrackStreamStateChangedA track's stream state has changed.
public final classParticipantEvent.TrackSubscriptionPermissionChangedA remote track's subscription permissions have changed.
public final classParticipantEvent.ParticipantPermissionsChangedA participant's permissions have changed.
Currently only fires for the local participant.
public final classParticipantEvent.TranscriptionReceivedpublic final classParticipantEvent.StateChangedA participant's state has changed.
-
Field Summary
Fields Modifier and Type Field Description private final Participantparticipant
-
Method Summary
Modifier and Type Method Description ParticipantgetParticipant()-
-
Method Detail
-
getParticipant
Participant getParticipant()
-
-
-
-