From 042d9e3d29659e0de90e961ff59edb5a37a29035 Mon Sep 17 00:00:00 2001 From: zowue Date: Sun, 5 Apr 2026 08:10:05 +0300 Subject: [PATCH] chore(poc): Update conference ID across test utilities --- code/flood.py | 2 +- code/poc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/flood.py b/code/flood.py index abf973b..2b43f25 100644 --- a/code/flood.py +++ b/code/flood.py @@ -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" diff --git a/code/poc.py b/code/poc.py index af7a6d9..200823b 100644 --- a/code/poc.py +++ b/code/poc.py @@ -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"