TrackSubscriptionFailed

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

Error had occurred while subscribing to a track

Constructors

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

Properties

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

Sources

SDK source
Link copied to clipboard