mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-30 06:42:22 +08:00
fix typo
This commit is contained in:
@@ -696,7 +696,7 @@ public:
|
||||
if (!expected) {
|
||||
return -1;
|
||||
}
|
||||
return _rtcp_context.geLostInterval() * 100 / expected;
|
||||
return _rtcp_context.getLostInterval() * 100 / expected;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user