export interface RPCVoiceConnectionStatusDispatchData<State extends VoiceConnectionStates = VoiceConnectionStates>Type Parameters
optionalState? extends VoiceConnectionStates = VoiceConnectionStates
externalaverage_ping : number
Average ping (in ms)
externalhostname : State extends VoiceConnectionStates.AwaitingEndpoint ? null : string
Hostname of the connected voice server
externallast_ping : number
Last ping (in ms)
externalpings : RPCVoiceConnectionStatusPing[]
All of the accumulated pings since connection
externalstate : State
Voice connection states