amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.session / MeetingSessionStatusCode

MeetingSessionStatusCode

enum class MeetingSessionStatusCode

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

Enum Values

OK

Everything is OK so far.

Left

The attendee left the meeting normally.

AudioJoinedFromAnotherDevice

The attendee joined from another device.

AudioDisconnectAudio

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

AudioAuthenticationRejected

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.

AudioCallAtCapacity

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

AudioCallEnded

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.

AudioInternalServerError

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

AudioServiceUnavailable

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.

AudioDisconnected

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.

ConnectionHealthReconnect

Due to connection health, a reconnect has been triggered.

NetworkBecamePoor

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.

VideoServiceFailed

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.

VideoAtCapacityViewOnly

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.

AudioOutputDeviceNotResponding

Designated output device is not responding and timed out.

AudioInputDeviceNotResponding

Designated input device is not responding and timed out.

Properties

value

val value: Int

Companion Object Functions

from

fun from(intValue: Int): MeetingSessionStatusCode?