disconnectOtherRoom method
Exit cross-room call
The result of exiting cross-room call will be returned through the TRTCCloudListener.onDisConnectOtherRoom callback.
Not supported on:
- web
Implementation
Future<void> disconnectOtherRoom() {
return _cloudChannel!.invokeMethod('disconnectOtherRoom');
}