fix(gateway): sustain qualified media traversal
Verify Data Plane / gateway (push) Successful in 5m4s

This commit is contained in:
sechmachine
2026-07-30 17:36:31 +07:00
parent 78e4709c90
commit df23f5edc1
6 changed files with 63 additions and 30 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ import (
)
const (
nativeApolloVideoQueuePackets = 64
nativeApolloVideoQueuePackets = 256
nativeApolloAudioQueuePackets = 16
nativeApolloEventQueuePackets = 16
)