文档

​
​

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
  • Privacy overview
  1. Vivox Core SDK documentation
  2. Muting

Muting

Navigate muting and audio control topics.
阅读时间3 分钟
最后更新于 8 个月前

The Vivox SDK allows users and moderators to mute other users.
Mute functionality is divided into the following categories:
  • Local device control: A user's ability to control their own local audio device. Does not involve other users.
    • A user can mute their local speaker to not hear other users.
    • A user can mute their local microphone to not be heard by other users.
  • User-to-user muting in one or more channels
    • User-to-user muting in a specified channel: When User A mutes User B for a specified channel, User A cannot hear User B in that channel, but can still hear User B in all other channels that they are in together.
    • User-to-user muting in all channels: When User A mutes User B, User A cannot hear User B in all current and future channels for that session until User A removes the mute.
    • Cross-mute: When User A cross-mutes User B, User A and User B cannot hear each other in all current and future channels until User A removes cross-mute. This is also called bi-directional muting.
  • User-to-channel muting
    • When User A mutes a whole channel, User A cannot hear anyone in that specified channel, but can still hear other channels.
  • Moderator muting one or more users: A moderator's ability to mute one or more participants.
    • When a moderator mutes User A in a specified channel, no participants can hear User A in that channel until a moderator unmutes User A.
    • A moderator can mute all participants in a channel at the same time except for the moderator. In this case, participants can only hear the moderator.
The scenarios for user-to-user muting in one or more channels work as a hierarchy, which is detailed in the following table.
  • A higher muting level overwrites the preceding muting level.
  • Moderator muting overrides other muting scenarios for its duration, but after moderator muting is lifted, any previously-defined muting between users will persist.
Mute (in a specified channel)
(vx_req_session_set_participant_mute_for_me with account handle)
⇩
Mute (in all channels)
(vx_req_account_control_communications with account handle)
⇩
Cross-mute
(vx_req_account_control_communications with account handle)
注意
Muting is different from blocking (see
vx_req_account_create_block_rule
). Muting allows a user to not receive voice communication from one or more other users. Blocking allows a user to not see another user on the channel participant list. For example, when User A blocks User B, User A cannot see User B on User A’s channel participant list, and cannot subscribe to User B’s presence.

Related pages

Topic

Description

Mute voice and text messagesHow to mute voice and text.
Mute a local speaker deviceHow to mute or unmute the local speaker.
Mute a local microphone deviceHow to mute or unmute a local microphone device.
Retrieve the volume and mute status of a local deviceHow to retrieve volume and mute status.
User-to-user mutingHow users can mute other users.
User-to-channel mutingHow a user can mute a whole channel.
Moderator mute a userHow a user with privileges can mute other users.

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

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

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

  • 在本页上
    • Related pages


报告此页面的问题