-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fixes incorrect event being published when the meeting is ended normally #701
Conversation
Any public doc to update? like the the MeetingSessionStatus FAQ? https://aws.github.io/amazon-chime-sdk-js/modules/faqs.html#what-does-each-meetingsessionstatuscode-mean |
db4720b
to
deb55ef
Compare
defaultAudioClientObserver.audioClientStateChanged(AUDIO_CLIENT_STATE_RECONNECTING, | ||
status: audio_client_status_t.init(MeetingSessionStatusCode.ok.rawValue)) | ||
defaultAudioClientObserver.audioClientStateChanged(AUDIO_CLIENT_STATE_DISCONNECTED_ABNORMAL, | ||
status: audio_client_status_t.init(MeetingSessionStatusCode.audioServerHungup.rawValue)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: use a different MeetingSessionStatusCode
since audioServerHungup
wouldn't be returned along with AUDIO_CLIENT_STATE_DISCONNECTED_ABNORMAL
deb55ef
to
22d5fd5
Compare
5c51c80
22d5fd5
to
5c51c80
Compare
5c51c80
to
ceb8929
Compare
ℹ️ Description
Fixes incorrect event being published when the meeting is ended normally.
Issue #, if available
Type of change
🧪 How Has This Been Tested?
describe the tests that you ran to verify your changes, any relevant details for your test configuration
Additional Manual Test
📱 Screenshots, if available
provide screenshots/video record if there's a UI change in demo app
✅ Checklist
Integration validation (required before release)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.