mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-01 22:34:02 +00:00
Use default Pion webrtc interceptors
Slightly higher latency, but more stable in high ping situations.
This commit is contained in:
parent
e6e537d799
commit
aa10008d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue