feat(scripts): add jitsi as default auth/carrier option

This commit is contained in:
zarazaex69
2026-05-17 21:43:04 +03:00
parent 32b8c8ef3e
commit 97ea7c23fb
3 changed files with 37 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ case "$mode" in
srv|cnc) ;;
*) die "set OLCRTC_MODE to srv or cnc" ;;
esac
[ -n "$carrier" ] || die "set OLCRTC_CARRIER (e.g. telemost, jazz, wbstream)"
[ -n "$carrier" ] || die "set OLCRTC_CARRIER (e.g. jitsi, telemost, jazz, wbstream)"
[ -n "$transport" ] || die "set OLCRTC_TRANSPORT (e.g. datachannel, videochannel, seichannel, vp8channel)"
make_key() {