webex / webex-js-sdk

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

feat(plugin-meetings): initialConnectionMaxRetries #3534

Closed Coread closed 4 months ago

Coread commented 4 months ago

COMPLETES #< INSERT LINK TO ISSUE >

This pull request addresses

This allows users to configure the number of retries to be used on the first connection only. It preserves the existing behavior of maxRetries for subsequent connections

by making the following changes

< DESCRIBE YOUR CHANGES >

Change Type

The following scenarios where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

I certified that


Make sure to have followed the contributing guidelines before submitting.