Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
    • Client SDK basics
    • Channels
    • Presence management
    • Messaging
    • Manage audio
      • Direct voice audio access
      • In-game audio control
      • Muting
        • Mute voice and text messages
        • Mute a local speaker device
        • Mute a local microphone device
        • Retrieve the volume and mute status of a local device
        • User-to-user muting
        • User-to-channel muting
        • Moderator mute a user
    • Couch co-op
    • Android app development
    • iOS app development
    • macOS app development
    • Windows app development
    • Real-time recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Troubleshooting
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Muting

Navigate muting and audio control topics.
Read time 3 minutes
Last updated 8 months ago

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)
Note
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
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Related pages


Report a problem with this page