Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vfite committed Jan 11, 2017
1 parent 61fa6ff commit 1f3d725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private void returnToCamera() {
try {
currentSession.getMediaStreamManager().setVideoCapturer(new QBRTCCameraVideoCapturer(this, null));
} catch (QBRTCCameraVideoCapturer.QBRTCCameraCapturerException e) {
e.printStackTrace();
Log.i(TAG, "Error: device doesn't have camera");
}
}

Expand Down

0 comments on commit 1f3d725

Please sign in to comment.