MeetingSessionStatusCode
MeetingSessionStatusCode provides additional details for the MeetingSessionStatus received for a session.
Entries
The attendee joined from another device.
The attendee should explicitly switch itself from joined with audio to checked-in.
Authentication was rejected as the attendee information in MeetingSessionCredentials did not match that of an attendee created via chime::CreateAttendee. This error may imply an issue with your credential providing service, the client will not be allowed on this call.
The client can not join because the meeting is at capacity. The service supports up to 250 attendees.
The attendee attempted to join a meeting that has already ended. See this FAQ for more information. The end user may want to be notified of this type of error.
There was an internal server error related to audio. This may indicate some issue with the audio device, or an issue with the Amazon Chime SDK service itself
There was an internal server error related to audio. This may indicate some issue with the audio device, or an issue with the Amazon Chime SDK service itself.
There was an internal server error related to audio. This may indicate some issue with the audio device, or an issue with the Amazon Chime SDK service itself.
Due to connection health, a reconnect has been triggered.
Network is not good enough for VoIP, AudioVideoObserver.audioSessionDidDrop()
will be triggered, and there will an automatic attempt of reconnecting. If the reconnecting is successful, onAudioSessionStarted
will be called with value of reconnecting as true.
There was an internal server error related to video. This may indicate some issue with the video device, or an issue with the Amazon Chime SDK service itself.
The video client has tried to send video but was unable to do so due to capacity reached. However, the video client can still receive remote video streams.
Designated output device is not responding and timed out.
Designated input device is not responding and timed out.
Chime SDK audio server hung up.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.