setZoomLevel method
- double zoomLevel
Sets smart zoom level.
When level > 0, crops around the face, 1 means that the face is zoomed into the entire frame.
Implementation
Future<void> setZoomLevel(double zoomLevel) {
return rtc.VideoEffectsSdk.setZoomLevel(mediaStreamTrack, zoomLevel);
}