webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
172 stars 340 forks source link

fix: handle empty TURN url #3516

Closed marcin-bazyl closed 4 months ago

marcin-bazyl commented 4 months ago

COMPLETES #SPARK-513280

This pull request addresses

When we land on video mesh nodes, Linus might return to us an empty TURN url, browsers don't like that.

by making the following changes

Don't pass any TURN server information to the browser if TURN url is empty.

Change Type

The following scenarios where tested

unit tests

I certified that


Make sure to have followed the contributing guidelines before submitting.