TrackPublishedEvent

data class TrackPublishedEvent(val userId: String, val sessionId: String, val trackType: ERROR CLASS: Symbol not found for TrackType, val participant: ERROR CLASS: Symbol not found for Participant?? = null) : SfuDataEvent

Constructors

Link copied to clipboard
constructor(userId: String, sessionId: String, trackType: ERROR CLASS: Symbol not found for TrackType, participant: ERROR CLASS: Symbol not found for Participant?? = null)

Properties

Link copied to clipboard
val participant: ERROR CLASS: Symbol not found for Participant??

Optional participant information included for large calls optimization. When present, it should be used to create/update the participant. Not always available - don't assume it will be there.

Link copied to clipboard
Link copied to clipboard
val trackType: ERROR CLASS: Symbol not found for TrackType
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getEventType(): String