Skip to content

Instantly share code, notes, and snippets.

@deviantfero
Created January 31, 2018 17:26
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 deviantfero/3da6ba7116ffa9751f75b7505c9c0fe6 to your computer and use it in GitHub Desktop.
Save deviantfero/3da6ba7116ffa9751f75b7505c9c0fe6 to your computer and use it in GitHub Desktop.
setContentView(R.layout.activity_video_call)
statusTextView = findViewById(R.id.status_text)
localVideoView = findViewById(R.id.pip_video)
remoteVideoView = findViewById(R.id.remote_video)
val hangup : ImageButton = findViewById(R.id.hangup_button)
hangup.setOnClickListener {
finish()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment