文档

支持

Vivox Unreal SDK

Vivox Unreal SDK

URI structure for the Kick API

Reference the URI format for Kick API operations.
阅读时间1 分钟最后更新于 13 天前

The following scenario displays an example of how to structure a URI to use with the Kick API:
  • Domain:
    mt1s.vivox.com
  • Issuer:
    blindmelon-AppName-dev
  • Admin user:
    blindmelon-AppName-dev-Admin
  • User to kick:
    jerky
Based on this information, use the following URI structures:
  • from_uri
    -
    "sip:blindmelon-admin@mt1s.vivox.com"
  • to_uri
    -
    "sip:blindmelon-service@mt1s.vivox.com"
  • sub_uri
    -
    "sip:.blindmelon-jerky.@mt1s.vivox.com"
For more information, see Access token claims for the Kick API.