switchCamera method
void
switchCamera()
Implementation
void switchCamera() {
RoomStore.to.videoSetting.isFrontCamera =
!RoomStore.to.videoSetting.isFrontCamera;
_roomEngine
.getMediaDeviceManager()
.switchCamera(RoomStore.to.videoSetting.isFrontCamera);
}