기술 자료

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
      • 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
    • Core API Reference Manual
    • Third-party license information
  • Privacy overview
  1. Vivox Core SDK documentation

Unmute all users in a channel

How to unmute all users in a channel.
읽는 시간 1분
최근 업데이트: 8달 전

Use the following parameters to unmute all users 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.
  • chan_uri
    - The channel's URI
  • mode
    - Use
    unmute_all
    for this action
  • scope
    - Optionally specify audio, text, or both. The default is audio.
The following example displays how to unmute all users in a channel when using an
auth_token
.
  • Domain:
    mt1s.vivox.com
  • Issuer:
    blindmelon-AppName-dev
  • Admin user:
    blindmelon-AppName-dev-Admin
  • Channel that contains the users to unmute:
    sip:confctl-g-blindmelon-AppName-dev.the-channel@mt1s.vivox.com
Construct an unmute all users token with the following parameters:
참고
This process requires a Vivox access token.
For more information, refer to the Access Token Developer Guide.
  • vxi:
    1
  • 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.eyJ2eGkiOjEsImYiOiJzaXA6YmxpbmRtZWxvbi1BcHBOYW1lLWRldi1BZG1pbkBtdDFzLnZpdm94LmNvbSIsImlzcyI6ImJsaW5kbWVsb24tQXBwTmFtZS1kZXYiLCJ2eGEiOiJtdXRlIiwidCI6InNpcDpjb25mY3RsLWctYmxpbmRtZWxvbi1BcHBOYW1lLWRldi50aGUtY2hhbm5lbEBtdDFzLnZpdm94LmNvbSIsImV4cCI6MTYwMDM0OTQwMH0.KIk1eaT7dUv-eLhcpZg4SJbEJoHIePzlLmULg2YuCIQ
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
  • mode
    -
    unmute_all
https://mt1s.www.vivox.com/api2/viv_chan_cmd.php?mode=unmute_allk&access_token=e30.eyJ2eGkiOjEsImYiOiJzaXA6YmxpbmRtZWxvbi1BcHBOYW1lLWRldi1BZG1pbkBtdDFzLnZpdm94LmNvbSIsImlzcyI6ImJsaW5kbWVsb24tQXBwTmFtZS1kZXYiLCJ2eGEiOiJtdXRlIiwidCI6InNpcDpjb25mY3RsLWctYmxpbmRtZWxvbi1BcHBOYW1lLWRldi50aGUtY2hhbm5lbEBtdDFzLnZpdm94LmNvbSIsImV4cCI6MTYwMDM0OTQwMH0.KIk1eaT7dUv-eLhcpZg4SJbEJoHIePzlLmULg2YuCIQ&auth_token=blindmelon-AppName-dev-Admin:1278945699:220a34213b4273a1eab1ac18b5fe67b6:TesterAlias:1&chan_uri=sip:confctl-g-blindmelon.the-channel@mt1s.vivox.com

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고
    ​
    ​