amazon-chime-sdk-js icon indicating copy to clipboard operation
amazon-chime-sdk-js copied to clipboard

Purpose of AudioAttendeeRemoved

Open dimabory opened this issue 3 years ago • 2 comments

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 avatar Jul 16 '21 10:07 dimabory

@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 avatar Jul 19 '21 18:07 ltrung

@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?

dimabory avatar Jul 27 '21 06:07 dimabory