DataTrackPublishException

Types

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

The connection was lost before the publish completed.

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

A data track with the same name is already published by this participant.

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

An unexpected internal error occurred.

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

The requested track name is invalid.

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

The track's schema metadata is invalid.

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

The maximum number of data tracks for this participant has been reached.

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

The participant is not permitted to publish data tracks.

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

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

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