aws / amazon-chime-sdk-android

An Android client library for integrating multi-party communications powered by the Amazon Chime service.
https://aws.amazon.com/chime/chime-sdk/
Apache License 2.0
105 stars 49 forks source link

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

Closed SYPKhoi closed 1 year ago

SYPKhoi commented 1 year ago

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