Skip to content

Instantly share code, notes, and snippets.

@samyak-jain
Created November 14, 2018 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samyak-jain/a55af6c451f64e5bb6efc93dc84e7ca0 to your computer and use it in GitHub Desktop.
Save samyak-jain/a55af6c451f64e5bb6efc93dc84e7ca0 to your computer and use it in GitHub Desktop.
public void onSwitchCameraClicked(View view) {
mRtcEngine.switchCamera();
}
public void onEndCallClicked(View view) {
finish();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment