Supported values for the Vivox action claim
Reference supported values for the Vivox action claim in access tokens.
阅读时间1 分钟最后更新于 12 天前
The following table details the Vivox action (vxa) claims in the Vivox SDK.
| vxa claim | Description | Vivox SDK requests and Server APIs |
| join | Channel join. | vx_req_sessiongroup_add_session vx_req_session_create |
| join_muted | Channel join listen-only and moderator muted. | vx_req_sessiongroup_add_session vx_req_session_create |
| kick | Kick user from a channel. | vx_req_channel_kick_user |
| login | Sign in. | vx_req_account_anonymous_login |
| mute | Mute or unmute a user in a channel. | vx_req_channel_mute_uservx_req_channel_mute_all_users |
| trxn | Enable or disable speech-to-text transcription. If the Vivox domain that you are using is not enabled for speech-to-text transcription, attempting to enable transcription results in an error. | vx_req_session_transcription_control |