disconnectOtherRoom method

Future<void> disconnectOtherRoom()

退出跨房通话

退出跨房通话的结果将通过 TRTCCloudListener.onDisConnectOtherRoom 回调返回。

不支持:

  • web

Implementation

Future<void> disconnectOtherRoom() {
  return _channel.invokeMethod('disconnectOtherRoom');
}