Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Kick API

Reference the Kick API for removing users from a channel or server.
Read time 1 minuteLast updated 9 days ago

The game server uses
/api2/viv_adm_user_kick.php
to drop (also known as "kick") a specific user from a channel or a server.
Use the following parameters to perform a kick action:
  • access_token
    - The access token with specified claims for this action
  • auth_token
    - The token that
    viv_signin.php
    returns
  • chan_uri
    - The URI of the service from which the user is being kicked: either a channel URI or a special service URI (the issuer plus "-service")
  • user_uri
    - The URI of the user who is being kicked
  • mode
    - Use kick for this action