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. The client is not allowed on this call.

AudioCallAtCapacity

The client can not join because the call is at capacity.

AudioCallEnded

The call was ended.

AudioInternalServerError

There was an internal server error with the audio leg.

AudioServiceUnavailable

Could not connect the audio leg due to the service being unavailable.

AudioDisconnected

The audio leg failed.

ConnectionHealthReconnect

Due to connection health, a reconnect has been triggered.

NetworkBecamePoor

The network has become poor and is no longer good enough for VoIP.

VideoServiceFailed

Video Client Failed.

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?