/** This method stops the camera recording and preview */
 private void stopRecordingAndPreview() {
   mCameraPreview.setVisibility(View.INVISIBLE);
   mVideoCallManager.stopCameraRecording();
   mVideoCallManager.stopCameraPreview();
 }