webex / webex-js-sdk

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

fix: add reachability checks for TLS #3606

Closed k-wasniowski closed 1 month ago

k-wasniowski commented 1 month ago

COMPLETES WEBEX-384657

This pull request addresses

Currently, we are doing only reachability checks for UDP and TCP.

by making the following changes

This PR introduces a reachability check also for TurnTLS. It will allow checking before the call if client is capable of reaching to our turn servers. TurnTLS will be marked as experimental.

Change Type

The following scenarios where tested

Tested with the JS SDK Sample app.

I certified that


Make sure to have followed the contributing guidelines before submitting.

k-wasniowski commented 1 month ago

There are many changes made by auto-formatter on save. Should I remove those changes, or is it fine to leave it?