destroySharedInstance static method
void
destroySharedInstance()
override
Implementation
static void destroySharedInstance() {
if (sInstance != null) {
sInstance = null;
}
TRTCCloud.destroySharedInstance();
}