setCameraExposureCompensation abstract method
Sets the exposure compensation for the currently used camera.
val
: Exposure compensation in range of [-1, 1]
. Default to 0, which means no exposure compensation.
The camera exposure compensation setting will be invalid after calling RTCVideo.stopVideoCapture to stop internal capturing.
Implementation
Future<int?> setCameraExposureCompensation(double val);