TrackSubscribed

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

Subscribed to a new track

Constructors

TrackSubscribed
Link copied to clipboard
fun TrackSubscribed(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