We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d70fee commit d2d567dCopy full SHA for d2d567d
test/hooks/useNetwork.test.tsx
@@ -44,6 +44,8 @@ describe('useNetwork', () => {
44
videoRecvPacketLoss: 0,
45
videoSendBitsPerSecond: 1000000,
46
videoSendPacketLoss: 0,
47
+ totalSendPacketLoss: 0,
48
+ totalRecvPacketLoss: 0,
49
},
50
worstVideoRecvPacketLoss: 0,
51
worstVideoSendPacketLoss: 0,
0 commit comments