ConnectionEnded

data class ConnectionEnded(val sourceId: SourceId) : MediaError

The media source identified by sourceId has disconnected. This may happen when it crashes, or when it is uninstalled.

After this error, the client is not recoverable and can be disposed of.

Constructors

Link copied to clipboard
constructor(sourceId: SourceId)

Properties

Link copied to clipboard
open override val sourceId: SourceId