TrackUnsubscribed

class TrackUnsubscribed(participant: RemoteParticipant, track: Track, publication: RemoteTrackPublication) : ParticipantEvent

A subscribed track is no longer available. Clients should listen to this event and handle cleanup

Constructors

TrackUnsubscribed
Link copied to clipboard
fun TrackUnsubscribed(participant: RemoteParticipant, track: Track, publication: RemoteTrackPublication)

Properties

participant
Link copied to clipboard
open override val participant: RemoteParticipant
publication
Link copied to clipboard
val publication: RemoteTrackPublication
track
Link copied to clipboard
val track: Track

Sources

SDK source
Link copied to clipboard