UserAudioLevel

data class UserAudioLevel(val userId: String, val isSpeaking: Boolean, val audioLevel: Float)

Represents the audio level and if a user is speaking.

Constructors

Link copied to clipboard
constructor(userId: String, isSpeaking: Boolean, audioLevel: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard