mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 23:19:47 +00:00
feat(scripts): add jitsi as default auth/carrier option
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user