enum class SignalStrength
SignalStrength describes the signal strength of an attendee for audio
None |
The attendee has no signal |
Low |
The attendee has low signal |
High |
The attendee has high signal |
value |
val value: Int |
from |
fun from(intValue: Int): SignalStrength? |