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

@@ -696,7 +696,7 @@ public:
if (!expected) {
return -1;
}
return _rtcp_context.geLostInterval() * 100 / expected;
return _rtcp_context.getLostInterval() * 100 / expected;
}
private: