Package im.zego.zegoexpress.entity
Class ZegoSoundLevelConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoSoundLevelConfig
-
public class ZegoSoundLevelConfig extends java.lang.Object
Configuration for start sound level monitor.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
enableVAD
Set whether the sound level callback includes the VAD detection result.int
millisecond
Monitoring time period of the sound level, in milliseconds, has a value range of [100, 3000].
-
Constructor Summary
Constructors Constructor Description ZegoSoundLevelConfig()
-