summaryrefslogtreecommitdiff
path: root/configs/samples
diff options
context:
space:
mode:
Diffstat (limited to 'configs/samples')
-rw-r--r--configs/samples/pjsip.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index c05938ea5..3c3e52a05 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -790,6 +790,14 @@
; (default: 1)
;max_video_streams= ; The maximum number of allowed negotiated video streams
; (default: 1)
+;webrtc= ; When set to "yes" this also enables the following values that are needed
+ ; for webrtc: rtcp_mux, use_avpf, ice_support, and use_received_transport.
+ ; The following configuration settings also get defaulted as follows:
+ ; media_encryption=dtls
+ ; dtls_verify=fingerprint
+ ; dtls_setup=actpass
+ ; A dtls_cert_file and a dtls_ca_file still need to be specified.
+ ; Default for this option is "no"
;==========================AUTH SECTION OPTIONS=========================
;[auth]