export interface RPCVoiceConnectionStatusDispatchData<State extends VoiceConnectionStates = VoiceConnectionStates>
Type Parameters
optionalVoiceConnectionStates = VoiceConnectionStates State? extends
externalnumber average_ping :
Average ping (in ms)
externalState extends VoiceConnectionStates.AwaitingEndpoint ? null : string hostname :
Hostname of the connected voice server
externalnumber last_ping :
Last ping (in ms)
externalRPCVoiceConnectionStatusPing[] pings :
All of the accumulated pings since connection
externalState state :
Voice connection states