Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Unreal SDK

Vivox Unreal SDK

Vivox
​
​
Vivox Unreal SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
    • Set up your project
    • Unity Authentication Service in Unreal
    • Create voice and text channels
    • Messaging
    • Audio management
    • Muting
    • In-game moderation
    • Android app development
    • iOS app development
    • Server-side recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Real-time recording
    • Transmission
      • Transmission methods
      • Transmission modes
      • Push-to-talk
    • Troubleshooting
  • Tutorials
  • Reference
  1. Vivox Unreal SDK documentation

Transmission

Explore voice transmission settings in Vivox.
Read time 1 minute
Last updated 8 months ago

Setting the TransmissionMode of an
ILoginSession
controls which channels any microphone audio and injected audio are broadcast into. Transmission settings only control where your audio goes and does not affect rendered audio spoken by other users.
By default, users do not transmit audio into any connected channel, and users can automatically transmit into a new channel when joined without calling specialized methods. Additional transmission-specific APIs exist in
ILoginSession
, which can set up transmission policy for current and future channels at any time. TransmissionMode is most important to consider for when a user connects to more than one channel at a time.
Many factors control whether other channel participants can hear a user speaking, including if they have locally muted the user or if the user has been muted by a moderator, if the user has globally muted their microphone, or if the user has joined the channel for text only. If everything else is set to allow voice, then the transmission policy determines if voice is heard.
Note
If you intend to join all channels as text only, or do not plan to join any channels at all (for example, if you plan to only use Vivox for online status and direct messaging), then no transmission APIs need to be called or considered.

Related pages

  • Transmission methods
  • Transmission modes
  • Push-to-talk

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