文档

​
​

Development

User Acquisition

Monetization

工业

Vivox Core SDK

Vivox Core SDK

此页面不支持所选语言。
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
    • Access Token Developer Guide
    • Server to Server Web API Reference Guide
      • Prerequisites
      • Authentication
      • Access tokens
      • Channel and user identification
      • Parameters
        • Common parameters
        • Fully qualified identifiers
      • Login API
      • Control active channels API
      • Kick API
      • Error handling
    • Core API Reference Manual
    • Third-party license information
  • Privacy overview
  1. Vivox Core SDK documentation

Common parameters

Reference common parameters used in server-to-server API requests.
阅读时间2 分钟
最后更新于 8 个月前

The following table details the parameters that are common to a majority of the Vivox Server to Server Web APIs.
ParameterDescriptionNotes
userid
The Vivox username of the requester of the Vivox operation.
Found in the VIVOX API INFO section on the Developer Portal.
pwd
The password of the user identified by the userid parameter.
Found in the VIVOX API INFO section on the Developer Portal.
auth_token
An explicit authorization token (cookie).
Found in the response from a successful viv_signin.php call. Note: The Control active channels API and the Kick API can each use the auth_token parameter in place of the userid and pwd parameters. For more information, see Login API.
access_token
The access token with proper claims for this action.
user_uri
The SIP URI of the user that is the target of the operation.
This value must be URL-encoded when calling the API.
chan_uri
The SIP URI of the channel that is the target of the operation.
This value must be URL-encoded when calling the API.
注意
Ensure that the
user_uri
and
chan_uri
parameters are fully qualified identifiers.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。


    报告此页面的问题