disconnectOtherRoom method
Exit cross-room call
The result will be returned through the TRTCCloudListener.onDisconnectOtherRoom .
Implementation
@override
void disconnectOtherRoom() {
TRTCLog(_tag, "disconnectOtherRoom");
TRTCCloudNative.instance.disconnectOtherRoom();
}