TrackUnmuted

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

The 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

Constructors

TrackUnmuted
Link copied to clipboard
fun TrackUnmuted(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