diff --git a/conf/janus.plugin.audiobridge.jcfg.sample b/conf/janus.plugin.audiobridge.jcfg.sample index b4a7929187..e57a20f109 100644 --- a/conf/janus.plugin.audiobridge.jcfg.sample +++ b/conf/janus.plugin.audiobridge.jcfg.sample @@ -4,6 +4,7 @@ # secret = "" # pin = "" # sampling_rate = (e.g., 16000 for wideband mixing) +# spatial_audio = true|false (if true, the mix will be stereo to spatially place users, default=false) # audiolevel_ext = true|false (whether the ssrc-audio-level RTP extension must # be negotiated/used or not for new joins, default=true) # audiolevel_event = true|false (whether to emit event to other users or not, default=false) diff --git a/html/audiobridgetest.html b/html/audiobridgetest.html index 6621aca885..c30994b1c8 100644 --- a/html/audiobridgetest.html +++ b/html/audiobridgetest.html @@ -11,6 +11,7 @@ +