Documentation

Support

Vivox Core SDK

Vivox Core SDK

Echo channels

Learn about echo channels for testing.
Read time 1 minuteLast updated 20 hours ago

Vivox provides an echo channel capability. This is often used to perform a quick check to ensure that voice is working properly in a particular environment. To join an echo channel, use the channel that is prefixed with "confctl-e-". To implement an echo channel, ensure that the game selects an echo channel URI that is unique. Do this by using the
vx_get_echo_channel_uri()
method with the user's ID as the channel name or by using
vx_get_random_channel_uri()
.