Documentation

Support

Vivox Core SDK

Vivox Core SDK

Crossmute operations

Understand the different actions that occur when you call various crossmuting functions.
Read time 1 minuteLast updated 20 hours ago

To crossmute one or more users, use
vx_req_account_control_communications
. You can call this request before any session is established because it only requires the account handle of the muter.
Crossmuting is performed for all channels. Because
vx_req_account_control_communications
can support a list of users, you can also crossmute multiple users.
The following table details the possible crossmute operations:

Operation

Function

Crossmutevx_control_communications_operation_block = 0
Remove crossmute or cross-unmutevx_control_communications_operation_unblock = 1
Get a list of crossmuted usersvx_control_communications_operation_block_list = 2
Remove crossmute from all usersvx_control_communications_operation_clear = 3 OR vx_control_communications_operation_clear_block_list = 3

Crossmute operations • Vivox Core SDK • Unity Docs