chore(poc): Update conference ID and add QR code dependencies

This commit is contained in:
zowue
2026-04-05 11:49:08 +03:00
parent ec6a7d12d0
commit b8e5f4d12b
6 changed files with 8 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@@ -67,7 +67,7 @@ def chunk_data(data, transfer_id):
return packets
CONFERENCE_ID = "33734896687006"
CONFERENCE_ID = "75047680642749"
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 = "33734896687006"
CONFERENCE_ID = "75047680642749"
CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}"
API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost"

View File

@@ -3,3 +3,6 @@ requests>=2.31.0
aiortc>=1.9.0
numpy>=1.24.0
ggwave>=0.4.2
qrcode>=7.4.2
pillow>=10.0.0
qrcode