webex / webex-js-sdk

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

fix(meetings-plugin): increase timeout for multistream connection establishment #3567

Closed k-wasniowski closed 2 months ago

k-wasniowski commented 2 months ago

COMPLETES SPARK-519508

This pull request addresses

Right now, if client tries to establish connection through the TurnTLS, ICE Candidates gathering can take a lot of time > 10 seconds, especially in poor network conditions. As a quick workaround we will make timeout longer. In following steps this should be fixed by verifying before failing if the ICE Candidates gathering have been completed.

by making the following changes

Extend the waiting time to give a chance to receive a 'relay' candidate.

Change Type

I certified that


Make sure to have followed the contributing guidelines before submitting.