chore(poc): Update conference ID across test utilities

This commit is contained in:
zowue
2026-04-05 08:10:05 +03:00
parent c2758cf5cc
commit 042d9e3d29
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import requests
from urllib.parse import quote
import websockets
CONFERENCE_ID = "46984088311346"
CONFERENCE_ID = "33734896687006"
CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}"
API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost"

View File

@@ -9,7 +9,7 @@ import requests
from urllib.parse import quote
from aiortc import RTCPeerConnection, RTCSessionDescription, RTCIceCandidate, RTCConfiguration, RTCIceServer
CONFERENCE_ID = "46984088311346"
CONFERENCE_ID = "33734896687006"
CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}"
API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost"