Skip to content

Commit 68fac36

Browse files
committed
Add support for synchronous RTP forwarder requests to SIP/NoSIP plugins
1 parent 55a8030 commit 68fac36

4 files changed

Lines changed: 1036 additions & 452 deletions

File tree

conf/janus.plugin.nosip.jcfg.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ general: {
2020
#dscp_audio_rtp = 46
2121
#dscp_video_rtp = 26
2222

23+
#admin_key = "supersecret" # If set, management requests (e.g.,
24+
# creating, listing and destroying RTP
25+
# forwarders) only work if this key
26+
# is provided as part of the the request
2327
}

conf/janus.plugin.sip.jcfg.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ general: {
5252
# engine (default 32000 milliseconds)
5353
sip_timer_t1x64 = 32000
5454

55+
#admin_key = "supersecret" # If set, management requests (e.g.,
56+
# creating, listing and destroying RTP
57+
# forwarders) only work if this key
58+
# is provided as part of the the request
5559
}

0 commit comments

Comments
 (0)