Skip to content

Commit

Permalink
Fix NPE after call failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and greyson-signal committed Mar 26, 2020
1 parent 0269a3e commit 7e9e2fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ private void handleSetEnableVideo(Intent intent) {
callManager.setVideoEnable(enable);
} catch (CallException e) {
callFailure("setVideoEnable() failed: ", e);
return;
}

localCameraState = camera.getCameraState();
Expand Down

0 comments on commit 7e9e2fe

Please sign in to comment.