기술 자료

지원

Vivox Core SDK

Vivox Core SDK

Echo channels

Learn about echo channels for testing.
읽는 시간 1분최근 업데이트: 19일 전

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()
.