-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meetingFailed When a Participant Turns Their Camera On #2931
Comments
Sorry for taking so long to look at this. I was not able to reproduce, even when switching to the 3.18.0 version. What i am seeing is that the local client adds a receive transceiver, but at some point it gets switched from recvonly to sendrecv (most likely from the browser):
From there the client and backend state machines get confused (e.g. Unfortunately I could not reproduce with the above steps in the JS SDK demo app. It doesn't look like something the backend would impact, but may have been a browser change
|
What happened and what did you expect to happen?
This issue is intermittently reproducible across multiple versions of the Amazon Chime SDK. We have been using the following versions in production since 2023, and they have previously operated smoothly:
amazon-chime-sdk-component-library-react: 3.7.0
amazon-chime-sdk-js: 3.18.0
Recently, users have reported that their calls randomly transition to a "connecting" state, particularly when one of the participants turns on their camera. Upon reviewing the logs, we observed that the agent received the event meetingFailed, with the message: "Failed during a meeting - The signaling connection failed." This "connecting" state is shown in our application whenever we receive the meetingFailed event.
Have you reviewed our existing documentation?
Reproduction steps
We have identified two scenarios that reproduce the issue:
Scenario 1:
The agent's camera is off, and the customer has their camera turned on.
After the customer turns on their camera, the agent also turns on their camera.
The call then enters a "loading" state for the agent.
Scenario 2:
Both participants have their cameras off.
When the user turns on their camera, the agent’s call transitions into a "connecting" state.
Amazon Chime SDK for JavaScript version
3.18.0, 3.21.0
What browsers are you seeing the problem on?
Chrome
Browser version
127.0.0.0
Meeting and Attendee ID Information.
meeting id - 4708a8b7-17b3-4f3f-b01f-67bf1fc52713
attendeeID - e4ae086a-2d35-3947-9757-846b642ad332, 6b036989-906d-37f5-b153-4e5516a8418
Browser console logs
https://prod-cdata-app-export.sprinklr.com/video_events_log-787/video_events_log_a06cbaec-8b38-48ea-be79-870547804882.txt
The text was updated successfully, but these errors were encountered: