Skip to content

Commit

Permalink
fix: added console log (#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-bazyl authored Jan 16, 2025
1 parent 2a7652e commit 4b52ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@webex/plugin-meetings/src/media/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Media.createMediaConnection = (
});
}
}
console.log('iceServers:', iceServers);

if (isMultistream) {
const config: MultistreamConnectionConfig = {
Expand Down

0 comments on commit 4b52ee4

Please sign in to comment.