interval property
getter/setter pair
- Field description: Set the trigger interval of the onUserVoiceVolume callback, the unit is milliseconds, the minimum interval is 100ms, if it is less than or equal to 0, the callback will be closed.
- Value: Recommended value: 300, in milliseconds.
- When the interval is greater than 0, the volume prompt will be enabled by default, no additional setting is required.
Implementation
int interval;