VoiceConnection
A VoiceConnection is an adapter that forms the concept of a voice connection, or a connection between you and Discord voice servers.
Parameters
the Gateway that handles events for the guild this VoiceConnection represents.
the underlying VoiceGateway for this voice connection.
the data representing this VoiceConnection.
the configuration used on each new connect for the voiceGateway.
a AudioProvider that will provide AudioFrame when required.
a FrameInterceptor that will intercept all outgoing AudioFrames.
the AudioFrameSender that will handle the sending of audio packets.
the NonceStrategy that is used during encryption of audio.
Constructors
Properties
Functions
Starts the VoiceGateway for this VoiceConnection. This will begin the process for audio transmission.
Disconnects from the voice servers, does not change the voice state.