- find total number of received RTP (not RTCP) bytes

This commit is contained in:
2026-08-14 11:32:35 +03:00
parent f29ab8aa13
commit 249e614def
6 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ enum SessionInfo
SessionInfo_BitrateSwitchCounter, // It is for AMR codecs only
SessionInfo_RemotePeer,
SessionInfo_SSRC,
SessionInfo_CngCounter // For AMR codecs only
SessionInfo_CngCounter, // For AMR codecs only
SessionInfo_ReceivedRtpTraffic // amount of received RTP traffic in bytes, RTCP excluded
};