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

SignalStrength

enum class SignalStrength

SignalStrength describes the signal strength of an attendee for audio

Enum Values

None

The attendee has no signal

Low

The attendee has low signal

High

The attendee has high signal

Properties

value

val value: Int

Companion Object Functions

from

fun from(intValue: Int): SignalStrength?