fix(provider/wbstream): drop room auto-generation

WB Stream removed the room creation API; gen mode for wbstream no
longer works. Remove the wbstream branch from session.Gen, drop the
auto-generate prompt from srv.sh and the entrypoint fallback, and
update docs to instruct users to create rooms manually at stream.wb.ru.
This commit is contained in:
zarazaex69
2026-05-13 18:52:37 +03:00
parent d051aa2000
commit 4e99073760
7 changed files with 11 additions and 35 deletions

View File

@@ -63,7 +63,7 @@ vp8_batch="${OLCRTC_VP8_BATCH:-0}"
if [ -z "$room_id" ]; then
case "$carrier" in
jazz|wbstream)
jazz)
echo "olcrtc-entrypoint: OLCRTC_ROOM_ID not set, generating room via -mode gen..." >&2
room_id=$(/usr/local/bin/olcrtc -mode gen -carrier "$carrier" -dns "$dns_server" -amount 1 -data "$data_dir")
[ -n "$room_id" ] || die "room generation failed for carrier '$carrier'"