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

QUESTION: Timeout when user crash app or disconnect from internet #542

Closed
SYPKhoi opened this issue Feb 23, 2023 · 0 comments
Closed

QUESTION: Timeout when user crash app or disconnect from internet #542

SYPKhoi opened this issue Feb 23, 2023 · 0 comments

Comments

@SYPKhoi
Copy link

SYPKhoi commented Feb 23, 2023

Describe the bug
My application want to show some text like "...... is disconnect" when other user is crash app or disconnect from meeting.
I put log into onAttendeesDropped and onSignalStrengthChanged ( when SignalStrength is NONE ) and I have this result.
If User B is turn on microphone, then crash app, after 3 - 5s onSignalStrengthChanged will return signal NONE, after 15s onAttendeesDropped wil return value
But if User B is turn off microphone, then crash app, onSignalStrengthChanged will return signal NONE after 15s ( sometimes it's not return anything), after 15s onAttendeesDropped wil return value.
Seems like Chime SDK detect user is in meeting by check their's signal from microphone right?

Expected behavior
I expect whenever user is disconnect from meeting, after a few seconds ( 3 -5s ), Chime will return signal for me to update user's status

@SYPKhoi SYPKhoi closed this as completed Feb 23, 2023
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

1 participant