Skip to main content
Version: Next

RPCSelectVoiceChannelArgs

@warning

When trying to join the user to a voice channel, you will receive a 5003 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.

Index

Properties

channel_id

channel_id: null | string

Channel id to join (or null to leave)

optionalforce

force?: boolean

Forces a user to join a voice channel

optionalnavigate

navigate?: boolean

After joining the voice channel, navigate to it in the client

optionaltimeout

timeout?: number

Asynchronously join channel with time to wait before timing out

Page Options