Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Incoming

Index

Type aliases

ExceptionWithCause: Exception & { cause: string }

Exception with additional 'cause' property

IncomingEventTypes: IncomingTrackEventTypes | "WebSocketClosedEvent"

Incoming event types

Type of incoming payload

Type of incoming event payload

IncomingTrackEventTypes: "TrackStartEvent" | "TrackEndEvent" | "TrackExceptionEvent" | "TrackStuckEvent"

Incoming track event types

LavaTrackEndReason: "FINISHED" | "LOAD_FAILED" | "STOPPED" | "REPLACED" | "CLEANUP"

Audio track end reason

OpCodesIncoming: "playerUpdate" | "stats" | "event"

Incoming message opcodes

Generated using TypeDoc