文档

​
​

Development

User Acquisition

Monetization

工业

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.
阅读时间1 分钟
最后更新于 8 个月前

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.
注意
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
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

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

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

  • 在本页上
    • Related pages


报告此页面的问题