Closed schontz closed 3 weeks ago
subscribeToTranscriptEvent
Something like this:
subscribeToTranscriptEvent(() => { throw new Error('bad callback'); });
main
Chome
lateset
No response
Nothing is logged to the console, because the error is swallowed up. It does exist in the logger because fatal errors are logged there.
I think it is expected that realtimeAPI throw fatal error though
Closing as the PR has been merged.
What happened and what did you expect to happen?
subscribeToTranscriptEvent
callback received unexpected data and threw an errorHave you reviewed our existing documentation?
Reproduction steps
Something like this:
Amazon Chime SDK for JavaScript version
main
What browsers are you seeing the problem on?
Chome
Browser version
lateset
Meeting and Attendee ID Information.
No response
Browser console logs
Nothing is logged to the console, because the error is swallowed up. It does exist in the logger because fatal errors are logged there.