aws / connect-rtc-js

Provide softphone support to AmazonConnect customers when they choose to directly integrate with our API and not using our web app.
Apache License 2.0
80 stars 63 forks source link

Add retry logic for RTC signaling failure. #23

Closed supelee closed 6 years ago

supelee commented 6 years ago

Description of changes: This change adds a configurable number of retries for states in the RtcSession state machine context, and configures 3 retries for the ConnectSignalingAndIceCollectionState.

supelee commented 6 years ago

Merged into master branch, closing pull request.