文档

​
​

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
      • Send and receive group text messages
      • Directed text
      • Send data through text messages
      • Text chat developer guide
        • Adaptive chat filter
        • Text evidence management
        • Anti-flooding
        • Large text channel setting
        • Channel-specific options
    • 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
    • Troubleshooting
  • Tutorials
  • Reference
  1. Vivox Unreal SDK documentation

Text chat developer guide

Learn how to implement text chat features in your Unreal project.
阅读时间1 分钟
最后更新于 8 个月前

Vivox provides a text chat service:
  • Text chat - channel-based and directed text chat.
    • Chat messages can contain any language or content up to service-defined size and rate limits.
    • Chat messages are transported over TLS. No chat messages are saved or archived.
The following additional features can be enabled:
  • Adaptive Chat filter
  • Chat history - Core SDK and Unity SDK v16 only.
  • Text evidence management
  • Edit and delete messages - Core SDK and Unity SDK v16 only.
  • Offline direct messages - Core SDK and Unity SDK v16 only.
  • Anti-flooding
  • Large text channel support
  • Retrieve conversations list - Core SDK and Unity SDK v16 only.
  • Set Chat Markers - Core SDK and Unity SDK v16 only.
  • Channel-specific options - Core SDK only.
The server can customize a maximum byte count for text messages in its pre-login configuration. By default, the maximum is 320 bytes with UTF-8 encoding. A text message that exceeds the maximum length in bytes is rejected with a VxErrorMessageTextTooLong error.
Text chat requires a Unicode-supported system to work properly. The Unity Editor has full Unicode support in versions 2017.1 and later.
The following table details text chat policy:
ServicePolicy optionDefaultDescription
Standard text chat
rate_limit
1000 bytes per second
The maximum rate at which a player can send data over text chat. This is configured server-side by Vivox.

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

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

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


    报告此页面的问题