Text Chat Developer Guide

Vivox provides two tiers of text chat service:

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.

The following table details text chat policy options:

Service Policy option Default Description

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.

Channel message history

history_size

0 messages

The maximum number of messages a channel keeps in memory.

This is configured server-side by Vivox.