You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performing retries on failed Rest requests could be easier.
A customer using the JS SDK is getting errors ETIMEDOUT and ECONNRESET , and they're wondering if those errors could be caught with a LiveTranscriptionEvents.Error .
Acceptance Criteria
For Rest Requests make it easy to implement retries
For Streaming Requests make it easy to implement retries
The text was updated successfully, but these errors were encountered:
Issue
Performing retries on failed Rest requests could be easier.
A customer using the JS SDK is getting errors
ETIMEDOUT
andECONNRESET
, and they're wondering if those errors could be caught with aLiveTranscriptionEvents.Error
.Acceptance Criteria
The text was updated successfully, but these errors were encountered: