Skip to content

Commit aa10008

Browse files
committed
Use default Pion webrtc interceptors
Slightly higher latency, but more stable in high ping situations.
1 parent e6e537d commit aa10008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ storage:
319319
webrtc:
320320
# turn off default Pion interceptors (see: https://github.com/pion/interceptor)
321321
# (performance)
322-
disableDefaultInterceptors: true
322+
disableDefaultInterceptors: false
323323
# indicates the role of the DTLS transport (see: https://github.com/pion/webrtc/blob/master/dtlsrole.go)
324324
# (debug)
325325
# - (default)

0 commit comments

Comments
 (0)