PlayerVoice

Signature

export interface PlayerVoice

Properties

6

Methods

0

No methods.

Properties

token: string;

The voice server token.

@type{string}
endpoint: string;

The voice server endpoint.

@type{string}
sessionId: string;

The voice server session id.

@type{string}
channelId?: string;

The voice channel id.

@type{string | undefined}
connected?: boolean;

The voice connection state.

@type{boolean | undefined}
ping?: number;

The voice server ping.

@type{number | undefined}