Skip to content

Instantly share code, notes, and snippets.

@icywind
Created August 20, 2020 01:12
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 icywind/c9f225e8c933f57e22873e756d05f396 to your computer and use it in GitHub Desktop.
Save icywind/c9f225e8c933f57e22873e756d05f396 to your computer and use it in GitHub Desktop.
void OnApplicationQuit()
{
if (mRtcEngine != null)
{
IRtcEngine.Destroy();
mRtcEngine = null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment