Overview
When Telemost was active, you could obtain TURN credentials by passing a conference link to the client’s-yandex-link flag. Conference links had the form:
-n is 1 when using a Yandex link.
Recommended flags
Most Yandex TURN IP ranges did not work in practice. You had to specify a working server manually using-turn:
Known working TURN IPs
The following Yandex TURN IPs were confirmed to work:-turn <ip>.
How credential retrieval worked
REST call to cloud-api.yandex.ru
The client sent a GET request to
cloud-api.yandex.ru with the conference link, retrieving a ConferenceResponse that included the media server WebSocket URL, room ID, peer ID, and session credentials.WebSocket handshake to the media server
The client opened a WebSocket connection to the
media_server_url from the conference response and sent a hello message identifying itself as a guest speaker ("Гость", role SPEAKER) with audio and video disabled.