Package io.getstream.video.android.model
Class UserAudioLevel
-
- All Implemented Interfaces:
@Stable() public final class UserAudioLevel
Represents the audio level and if a user is speaking.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringuserIdprivate final BooleanisSpeakingprivate final FloataudioLevel
-
Constructor Summary
Constructors Constructor Description UserAudioLevel(String userId, Boolean isSpeaking, Float audioLevel)
-
Method Summary
Modifier and Type Method Description final StringgetUserId()final BooleanisSpeaking()final FloatgetAudioLevel()-
-
Method Detail
-
isSpeaking
final Boolean isSpeaking()
-
getAudioLevel
final Float getAudioLevel()
-
-
-
-