mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
[WebRTC] fix merge error
This commit is contained in:
parent
a3239eaa4d
commit
71e99f28aa
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ WebrtcVideoConduit::GetAVStats(int32_t* jitterBufferDelayMs,
|
|||
}
|
||||
|
||||
bool
|
||||
+WebrtcVideoConduit::GetRTPStats(unsigned int* jitterMs,
|
||||
WebrtcVideoConduit::GetRTPStats(unsigned int* jitterMs,
|
||||
unsigned int* cumulativeLost)
|
||||
{
|
||||
CSFLogVerbose(logTag, "%s for VideoConduit:%p", __FUNCTION__, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue