Track Unsubscribed
class TrackUnsubscribed(val room: Room, val track: Track, val publications: TrackPublication, val participant: RemoteParticipant) : RoomEvent
A subscribed track is no longer available. Clients should listen to this event and ensure the track removes all renderers
Constructors
Link copied to clipboard
constructor(room: Room, track: Track, publications: TrackPublication, participant: RemoteParticipant)