TrackMuted

class TrackMuted(participant: Participant, publication: TrackPublication) : ParticipantEvent

The 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

Constructors

TrackMuted
Link copied to clipboard
fun TrackMuted(participant: Participant, publication: TrackPublication)

Properties

participant
Link copied to clipboard
open val participant: Participant
publication
Link copied to clipboard
val publication: TrackPublication

Sources

SDK source
Link copied to clipboard