DataTrackPushFrameException

The reason a frame could not be pushed via LocalDataTrack.tryPush.

Inheritors

Types

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

An unexpected internal error occurred.

Link copied to clipboard
class QueueFull(message: String, val frame: DataTrackFrame, cause: Throwable? = null) : DataTrackPushFrameException

The send queue is full; the frame was not enqueued.

Link copied to clipboard

The track has been unpublished, by either the local participant or the SFU.

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