VoiceConnectionDisconnectReasonSummaryThe reasons a voice connection can be in the disconnected state.declare enum VoiceConnectionDisconnectReason MembersAdapterUnavailable=1When the adapter was unable to send a message requested by the VoiceConnection.EndpointRemoved=2When a VOICE_SERVER_UPDATE packet is received with a null endpoint, causing the connection to be severed.Manual=3When a manual disconnect was requested.WebSocketClose=0When the WebSocket connection has been closed.