Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Kick a user from a server

Reference the Kick Application Programming Interface endpoint for removing a user from the server.
Read time 1 minuteLast updated 2 days ago

The following scenario displays an example of how to kick a user from a server when you call
viv_adm_user_kick.php
:
  • Domain:
    mt1s.vivox.com
  • Issuer:
    blindmelon-AppName-dev
  • Admin user:
    blindmelon-AppName-dev-Admin
  • User to kick:
    jerky
Based on this information, call
viv_adm_user_kick.ph
with the following parameters:
  • access_token
    - The access token with specified claims for this action.
  • auth_token
    - The token that
    viv_signin.php
    returns for
    blindmelon-AppName-dev-Admin
    (Refer to the Login API).
  • chan_uri
    -
    sip:blindmelon-AppName-dev-service@mt1s.vivox.com
  • user_uri
    -
    sip:.blindmelon.jerky.@mt1s.vivox.com