Use remote config value for Call Quality Survey threshold, upgrade RingRTC

This commit is contained in:
yash-signal
2025-12-18 07:56:04 -06:00
committed by GitHub
parent dffa3ed506
commit df0549d13b
8 changed files with 116 additions and 57 deletions
+4 -4
View File
@@ -2992,10 +2992,10 @@ function submitCallQualitySurvey(
videoRecvJitterMedian: videoStats.jitterMedianRecvMillis,
audioSendJitterMedian: audioStats.jitterMedianSendMillis,
videoSendJitterMedian: videoStats.jitterMedianSendMillis,
audioRecvPacketLossFraction: audioStats.packetLossPercentageRecv,
videoRecvPacketLossFraction: videoStats.packetLossPercentageRecv,
audioSendPacketLossFraction: audioStats.packetLossPercentageSend,
videoSendPacketLossFraction: videoStats.packetLossPercentageSend,
audioRecvPacketLossFraction: audioStats.packetLossFractionRecv,
videoRecvPacketLossFraction: videoStats.packetLossFractionRecv,
audioSendPacketLossFraction: audioStats.packetLossFractionSend,
videoSendPacketLossFraction: videoStats.packetLossFractionSend,
callTelemetry: callSummary.rawStats,
};