TrackPublished

class TrackPublished(val participant: RemoteParticipant, val 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

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

Properties

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