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/72f8d6000377e5d209ee0e7f5cd35c00 to your computer and use it in GitHub Desktop.
Save samyak-jain/72f8d6000377e5d209ee0e7f5cd35c00 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