Skip to main content
Version: Next

RPCSetUserVoiceSettingsArgs

@note

Discord only supports a single modifier of voice settings at a time over RPC. If an app changes voice settings, it will lock voice settings so that other apps connected simultaneously lose the ability to change voice settings. Settings reset to what they were before being changed after the controlling app disconnects. When an app that has previously set voice settings connects, the client will swap to that app's configured voice settings and lock voice settings again.

Index

Properties

optionalmute

mute?: boolean

Set the mute state of the user

optionalpan

Set the pan of the user

user_id

user_id: string

User id

optionalvolume

volume?: number

Set the volume of user (defaults to 100, min 0, max 200)

Page Options