disconnectOtherRoom method

Future<void> disconnectOtherRoom()

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 _channel.invokeMethod('disconnectOtherRoom');
}