ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Vivox Unreal SDK

Vivox Unreal SDK

このページは選択した言語では使用できません。
Vivox
​
​
Vivox Unreal SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
  • Tutorials
  • Reference
    • Vivox Core Unreal class model overview
    • Vivox Unreal conventions
    • Unreal API Reference Manual
    • Access Token Developer Guide
    • Server to Server Web API Reference Guide
      • Prerequisites
      • Authentication
      • Access tokens
      • Channel and user identification
      • Parameters
      • Login API
      • Control active channels API
        • Mute a user in a channel
        • Mute all users in a channel
        • Unmute a user in a channel
        • Unmute all users in a channel
        • Kick a user from a channel
        • Kick all users from a channel
      • Kick API
      • Error handling
    • Third-party license information
  1. Vivox Unreal SDK documentation

Mute a user in a channel

How to mute a user in a channel.
読み終わるまでの所要時間 2 分
最終更新 8ヶ月前

Use the following parameters to mute a user in a channel when you call
viv_chan_cmd.php
:
  • access_token
    - the access token with specified claims for this action
  • auth_token
    - the token that
    viv_signin.php
    returns
    注
    The Control active channels API can use the
    auth_token
    parameter in place of the userid and pwd parameters. For more information, see Login API.
  • user_uri
    - The user's URI
  • chan_uri
    - The channel's URI
  • mode
    - Use mute for this action
  • scope
    - Optionally specify audio, text, or both. The default is audio.
The following example displays how to mute a user in a channel when using an
auth_token
.
  • Domain:
    mt1s.vivox.com
  • Issuer:
    blindmelon-AppName-dev
  • Admin user:
    blindmelon-AppName-dev-Admin
  • User to mute:
    sip:.blindmelon-AppName-dev.jerky.@mt1s.vivox.com
  • Channel that contains the user to mute:
    sip:confctl-g-blindmelon-AppName-dev.the-channel@mt1s.vivox.com
Construct a mute token with the following parameters:
注
This process requires a Vivox access token.
For more information, refer to the Access Token Developer Guide.
  • vxi:
    3
  • sub:
    sip:.blindmelon-AppName-dev.jerky.@mt1s.vivox.com
  • f:
    sip:blindmelon-AppName-dev-Admin@mt1s.vivox.com
  • iss:
    blindmelon-AppName-dev
  • vxa:
    mute
  • t:
    sip:confctl-g-blindmelon-AppName-dev.the-channel@mt1s.vivox.com
  • exp:
    1600349400
The following example displays an access token that uses these parameters:
e30.eyJ2eGkiOjMsInN1YiI6InNpcDouYmxpbmRtZWxvbi1BcHBOYW1lLWRldi5qZXJreS5AbXQxcy52aXZveC5jb20iLCJmIjoic2lwOmJsaW5kbWVsb24tQXBwTmFtZS1kZXYtQWRtaW5AbXQxcy52aXZveC5jb20iLCJpc3MiOiJibGluZG1lbG9uLUFwcE5hbWUtZGV2IiwidnhhIjoibXV0ZSIsInQiOiJzaXA6Y29uZmN0bC1nLWJsaW5kbWVsb24tQXBwTmFtZS1kZXYudGhlLWNoYW5uZWxAbXQxcy52aXZveC5jb20iLCJleHAiOjE2MDAzNDk0MDB9.ufa-NQxsObktQbVrBqvK27epuNrixNhMjRS7EmcpB-E
Call
/api2/viv_chan_cmd.php
with the following parameters:
  • access_token
    - the token used in the preceding example
  • auth_token
    - the token that
    viv_signin.php
    returns for
    blindmelon-AppName-dev-Admin
  • chan_uri
    -
    sip:confctl-g-blindmelon.the-channel@mt1s.vivox.com
  • user_uri
    -
    sip:.blindmelon.jerky.@mt1s.vivox.com
  • mode
    -
    mute
https://mt1s.www.vivox.com/api2/viv_chan_cmd.php?mode=mute&access_token=e30.eyJ2eGkiOjMsInN1YiI6InNpcDouYmxpbmRtZWxvbi1BcHBOYW1lLWRldi5qZXJreS5AbXQxcy52aXZveC5jb20iLCJmIjoic2lwOmJsaW5kbWVsb24tQXBwTmFtZS1kZXYtQWRtaW5AbXQxcy52aXZveC5jb20iLCJpc3MiOiJibGluZG1lbG9uLUFwcE5hbWUtZGV2IiwidnhhIjoibXV0ZSIsInQiOiJzaXA6Y29uZmN0bC1nLWJsaW5kbWVsb24tQXBwTmFtZS1kZXYudGhlLWNoYW5uZWxAbXQxcy52aXZveC5jb20iLCJleHAiOjE2MDAzNDk0MDB9.ufa-NQxsObktQbVrBqvK27epuNrixNhMjRS7EmcpB-E&auth_token=blindmelon-AppName-dev-Admin:1278945699:220a34213b4273a1eab1ac18b5fe67b6:TesterAlias:1&chan_uri=sip:confctl-g-blindmelon.the-channel@mt1s.vivox.com&user_uri=sip:.blindmelon.jerky@mt1s.vivox.com

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。


    このページの問題を報告する