setBeautificationPower method
- double power
Adjusts beautification effect strength.
power
: Effect strength (0.0 - 1.0)
Implementation
Future<void> setBeautificationPower(double power) {
return rtc.VideoEffectsSdk.setBeautificationPower(mediaStreamTrack, power);
}