stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
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