TrackUnsubscribed

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

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

Constructors

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

Properties

Link copied to clipboard
open override val participant: RemoteParticipant
Link copied to clipboard
Link copied to clipboard