Skip to content

Instantly share code, notes, and snippets.

@zontan
Created September 9, 2020 00:31
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/2868ca61d5d121d4c40a95d5645d8313 to your computer and use it in GitHub Desktop.
Save zontan/2868ca61d5d121d4c40a95d5645d8313 to your computer and use it in GitHub Desktop.
deinit {
if let userName = roomName {
Database.database().reference(withPath: "live").child(userName).removeValue()
agoraKit?.leaveChannel(nil)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment