Skip to main content

Interface: UnsupportedError

Defined in: packages/player/src/errors.ts:154

The operation is not implemented by the audio core — currently only attachVideoOutput/detachVideoOutput, which the future video plugin owns.

Properties

code

readonly code: "unsupported";

Defined in: packages/player/src/errors.ts:155


message

readonly message: string;

Defined in: packages/player/src/errors.ts:157

Human-readable summary, safe to show in a UI.


retryable

readonly retryable: boolean;

Defined in: packages/player/src/errors.ts:159

Always false. See Retryable.