Channel id to join (or null
to leave)
Optional
forceForces a user to join a voice channel
Optional
navigateAfter joining the voice channel, navigate to it in the client
Optional
timeoutAsynchronously join channel with time to wait before timing out
See
https://discord.com/developers/docs/topics/rpc#selectvoicechannel-select-voice-channel-argument-structure
Remarks
When trying to join the user to a voice channel, you will receive a RPCErrorCodes.SelectVoiceForceRequired error coded response if the user is already in a voice channel. The
force
parameter should only be specified in response to the case where a user is already in a voice channel and they have approved to be moved by your app to a new voice channel.