mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 09:07:52 +01:00
Increase the default maximum jitter buffer size to 200 packets for Android.
Bug: webrtc:42220461 Change-Id: I6dadd8357173c79af0290199d9ed12a0e0417f4f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361673 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42970}
This commit is contained in:
parent
4334cdfc5c
commit
f92f39e618
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ public class PeerConnection {
|
|||
tcpCandidatePolicy = TcpCandidatePolicy.ENABLED;
|
||||
candidateNetworkPolicy = CandidateNetworkPolicy.ALL;
|
||||
this.iceServers = iceServers;
|
||||
audioJitterBufferMaxPackets = 50;
|
||||
audioJitterBufferMaxPackets = 200;
|
||||
audioJitterBufferFastAccelerate = false;
|
||||
iceConnectionReceivingTimeout = -1;
|
||||
iceBackupCandidatePairPingInterval = -1;
|
||||
|
|
Loading…
Reference in a new issue