TrackUnsubscribed

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val room: Room
Link copied to clipboard