amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
Purpose of AudioAttendeeRemoved
What are you trying to do?
The flow is pretty much simple. I'm trying to kick off an attendee from the existing meeting, therefore I call DeleteAttendee API. As soon as an attendee is removed I expect to get AudioAttendeeRemoved as stated in the docs (The meeting was ended because the attendee has been removed.) in audioVideoDidStop
observer, however, only SignalingBadRequest comes upon 5-10 seconds whereas the session is being frozen for a removed attendee.
How can the documentation be improved to help your use case?
- What is the actual purpose of AudioAttendeeRemoved MeetingSessionStatusCode and when it's being called?
- How would you recommend implementing such a use case when somebody removes another attendee from the same meeting session?
What documentation have you looked at so far?
- https://aws.github.io/amazon-chime-sdk-js/enums/meetingsessionstatuscode.html
@dimabory Thanks for bringing this to our attention. As mentioned in PR #1299, this status is not landed yet so it is not working right now. For now, please use SignalingBadRequest
to handle attendee removed from meeting.
@dimabory Thanks for bringing this to our attention. As mentioned in PR #1299, this status is not landed yet so it is not working right now. For now, please use
SignalingBadRequest
to handle attendee removed from meeting.
@ltrung Can you also let us know when it's expected to be landed?