toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.model
/
UserAudioLevel
User
Audio
Level
@
Stable
data
class
UserAudioLevel
(
val
userId
:
String
,
val
isSpeaking
:
Boolean
,
val
audioLevel
:
Float
)
Represents the audio level and if a user is speaking.
Members
Constructors
User
Audio
Level
Link copied to clipboard
constructor
(
userId
:
String
,
isSpeaking
:
Boolean
,
audioLevel
:
Float
)
Properties
audio
Level
Link copied to clipboard
val
audioLevel
:
Float
is
Speaking
Link copied to clipboard
val
isSpeaking
:
Boolean
user
Id
Link copied to clipboard
val
userId
:
String