switchCamera method

  1. @override
void switchCamera(
  1. bool frontCamera
)
override

Switching to the front/rear camera (for mobile OS)

Implementation

@override
void switchCamera(bool frontCamera) {
  RoomEngineNative.switchCamera(frontCamera);
}