Skip to content

Instantly share code, notes, and snippets.

@zontan
Created September 13, 2019 18:20
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 zontan/38d9af2e11493f66899489f57ec0635d to your computer and use it in GitHub Desktop.
Save zontan/38d9af2e11493f66899489f57ec0635d to your computer and use it in GitHub Desktop.
@IBAction func didTapHangUp(_ sender: Any) {
leaveChannel()
}
func leaveChannel() {
getAgoraEngine().leaveChannel(nil)
localVideoView.isHidden = true
remoteUserIDs.removeAll()
collectionView.reloadData()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment