Skip to content
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

Conference in a Wrong State #27

Open
slicertech opened this issue Feb 28, 2024 · 2 comments
Open

Conference in a Wrong State #27

slicertech opened this issue Feb 28, 2024 · 2 comments

Comments

@slicertech
Copy link

Hi Team,

We are seeing some issues in our platform when we have multiple users at once. Most of the users experience was OK but a few had some issues.

Please see logs attached.
dolby-conference-errors.txt

As you can see the conference has got into a wrong state. Why would this be? While other Users were fine?
How can we mitigate this issue?

Thanks!

@slicertech
Copy link
Author

Hi,

Any help with this?

@Bokoblin
Copy link

This type of error suggests a problem on the user-side (cf196d42-7e98-3776-bb5a-3f47b17dddd1), specifically given the other users in the conference are fine.
You can see https://docs.dolby.io/communications-apis/docs/js-client-sdk-conferenceservice#error for reference even though there is no details on what to do.
There is no indication in your logs that the conference itself entered a wrong state

Messages such as "Incorrect participant session" would indicate the server-side considered this user as disconnected potentially following ejecting them due to bad connection if I'm correct.
So even though the SDK would attempt auto-reconnection, using the old session, you will never be reconnected

In this situation, you should likely fully disconnect your user, initiate a new session for the user and join again the conference with this new session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants