Interface AudioPttEvent

PTT (push-to-talk) state event received over the voice WebSocket.

interface AudioPttEvent {
    displayName: string;
    netId: number;
    userId: string;
}

Properties

displayName: string

Display name of the operator.

netId: number

Net ID the PTT event is on.

userId: string

Discord user ID of the operator.