writeQueueSize and udpMaxPayloadSize #3660
Replies: 1 comment
-
They do not. Packets are sent out as soon as they are received and there are no internal buffers.
Latency in WebRTC is unfortunately chosen by browsers by using an internal algorithm. You can provide a "hint" to this algorithm in order to set the desired latency. I posted an explanation here: #4063 (comment) |
Beta Was this translation helpful? Give feedback.
-
Question
How these two options can affect latency of WebRTC?
Beta Was this translation helpful? Give feedback.
All reactions