From aa10008d1b611dfa4c0e2db58886f4eb696f0d77 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Thu, 16 Nov 2023 01:16:09 +0300 Subject: [PATCH] Use default Pion webrtc interceptors Slightly higher latency, but more stable in high ping situations. --- pkg/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.yaml b/pkg/config/config.yaml index 117cfbbb..c532fbe1 100644 --- a/pkg/config/config.yaml +++ b/pkg/config/config.yaml @@ -319,7 +319,7 @@ storage: webrtc: # turn off default Pion interceptors (see: https://github.com/pion/interceptor) # (performance) - disableDefaultInterceptors: true + disableDefaultInterceptors: false # indicates the role of the DTLS transport (see: https://github.com/pion/webrtc/blob/master/dtlsrole.go) # (debug) # - (default)