onVoiceServerUpdate property

Stream<VoiceServerUpdateEvent> onVoiceServerUpdate
getter/setter pair

Emitted when a guild"s voice server is updated. This is sent when initially connecting to voice, and when the current voice instance fails over to a new server.

Implementation

late Stream<VoiceServerUpdateEvent> onVoiceServerUpdate;