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"