MeetingSessionStatusCode

MeetingSessionStatusCode provides additional details for the MeetingSessionStatus received for a session.

Entries

Link copied to clipboard

Everything is OK so far.

Link copied to clipboard

The attendee left the meeting normally.

Link copied to clipboard

The attendee joined from another device.

Link copied to clipboard

The attendee should explicitly switch itself from joined with audio to checked-in.

Link copied to clipboard

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.

Link copied to clipboard

The client can not join because the meeting is at capacity. The service supports up to 250 attendees.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Due to connection health, a reconnect has been triggered.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Designated output device is not responding and timed out.

Link copied to clipboard

Designated input device is not responding and timed out.

Link copied to clipboard

Chime SDK audio server hung up.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.