TrackSubscriptionFailed

class TrackSubscriptionFailed(val participant: RemoteParticipant, val sid: String, val exception: Exception) : ParticipantEvent

Error had occurred while subscribing to a track

Constructors

Link copied to clipboard
constructor(participant: RemoteParticipant, sid: String, exception: Exception)

Properties

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