Track Subscribed
class TrackSubscribed(val room: Room, val track: Track, val publication: TrackPublication, val participant: RemoteParticipant) : RoomEvent
The LocalParticipant has subscribed to a new track. This event will always fire as long as new tracks are ready for use.
Constructors
Link copied to clipboard
constructor(room: Room, track: Track, publication: TrackPublication, participant: RemoteParticipant)