This commit is contained in:
Johnny
2023-05-02 20:40:40 +08:00
parent 1dd0c69aa0
commit bfec1b1e0e
4 changed files with 7 additions and 7 deletions

View File

@@ -299,7 +299,7 @@ float RtpProcess::getLossRate(MediaSource &sender, TrackType type) {
if (!expected) {
return -1;
}
return geLostInterval() * 100 / expected;
return getLostInterval() * 100 / expected;
}
}//namespace mediakit