DataTrackSubscribeException

An error raised while subscribing to a RemoteDataTrack.

Inheritors

Types

Link copied to clipboard
class Disconnected(message: String, cause: Throwable? = null) : DataTrackSubscribeException

The connection was lost before the subscription completed.

Link copied to clipboard
class Internal(message: String, cause: Throwable? = null) : DataTrackSubscribeException

An unexpected internal error occurred.

Link copied to clipboard
class Timeout(message: String, cause: Throwable? = null) : DataTrackSubscribeException

The SFU did not respond to the subscribe request in time.

Link copied to clipboard
class Unpublished(message: String, cause: Throwable? = null) : DataTrackSubscribeException

The track was unpublished before the subscription completed.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard