Skip to content

Commit

Permalink
fix(plugin-meetings): testing a change to next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisadubois committed Apr 11, 2024
1 parent 17845ca commit 53fb496
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const getAudioReceiverStreamMqa = ({
const lastPacketsReceived = lastMqaDataSent[mediaType]?.[sendrecvType].totalPacketsReceived || 0;
const lastPacketsLost = lastMqaDataSent[mediaType]?.[sendrecvType].totalPacketsLost || 0;

console.log('audioReceiverStream', audioReceiverStream);
const {csi} = statsResults[mediaType];
if (csi && !audioReceiverStream.common.csi.includes(csi)) {
audioReceiverStream.common.csi.push(csi);
Expand Down

0 comments on commit 53fb496

Please sign in to comment.