amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo / VolumeLevel

VolumeLevel

enum class VolumeLevel

VolumeLevel describes the volume level of an attendee for audio

Enum Values

Muted

The attendee is muted

NotSpeaking

The attendee is not speaking

Low

The attendee is speaking at low volume

Medium

The attendee is speaking at medium volume

High

The attendee is speaking at high volume

Properties

value

val value: Int

Companion Object Functions

from

fun from(intValue: Int): VolumeLevel?