currentCameraOn method

bool currentCameraOn()

Implementation

bool currentCameraOn() {
  return CallManager().isCameraOn();
}