Kick a user from a channel
Learn how to remove users from a channel.
Read time 1 minuteLast updated 20 hours ago
You can kick a user from a channel by using the
vx_req_channel_kick_user
If the game server is directly communicating with Vivox, you can instead have the game server kick the user through the Vivox Server to Server Web API. However, if the game server does not directly communicate with Vivox, then return an access token to the game client that allows the game client to perform this operation.
You can view example code for all of these requests and responses in the SDKSampleApp.