PlayerVoice
Signature
export interface PlayerVoiceProperties
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}