setForeheadShorteningParam method Null safety
Set the parameters for forehead shortening.
ZegoEffectsForeheadShorteningParam param - The parameter configuration for forehead shortening, including intensity information. For specific parameter definitions, refer to the ZegoEffectsForeheadShorteningParam
class.
Precautions: Use after initializing ZegoEffects.
Applicable version: >= 2.1.0
Implementation
Future<void> setForeheadShorteningParam(ZegoEffectsForeheadShorteningParam param) async {
return await _channel.invokeMethod('setForeheadShorteningParam', {'intensity': param.intensity});
}