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 f5e883d commit 5557b3fCopy full SHA for 5557b3f
sample-apps/react-native/dogfood/src/components/CallStats.tsx
@@ -356,7 +356,6 @@ const calculatePublishAudioBitrate = (
356
audioStats.totalBytesSent - previousAudioStats.totalBytesSent;
357
const timeElapsed = audioStats.timestamp - previousAudioStats.timestamp;
358
359
- console.log(bytesSent);
360
return `${((bytesSent * 8) / timeElapsed).toFixed(2)} kbps`;
361
};
362
0 commit comments