TrackPublished

class TrackPublished(participant: RemoteParticipant, publication: RemoteTrackPublication) : ParticipantEvent

When a new track is published to room after the local participant has joined.

It will not fire for tracks that are already published

Constructors

TrackPublished
Link copied to clipboard
fun TrackPublished(participant: RemoteParticipant, publication: RemoteTrackPublication)

Properties

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

Sources

SDK source
Link copied to clipboard