启用音量大小提示。

    参数名称 参数描述 参数类型
    intervalMs 决定了 onUserVoiceVolume 回调的触发间隔,单位为ms,最小间隔为100ms,如果小于等于0则会关闭回调,建议设置为300ms;详细的回调规则请参考 onUserVoiceVolume 的注释说明。 int

    使用:

    1. TencentRtcPlugin.enableAudioVolumeEvaluation(intervalMs: 300);