disconnectOtherRoom method
退出跨房通话
退出跨房通话的结果将通过 TRTCCloudListener.onDisConnectOtherRoom 回调返回。
不支持:
- web
Implementation
Future<void> disconnectOtherRoom() {
return _cloudChannel.invokeMethod('disconnectOtherRoom');
}
退出跨房通话
退出跨房通话的结果将通过 TRTCCloudListener.onDisConnectOtherRoom 回调返回。
不支持:
Future<void> disconnectOtherRoom() {
return _cloudChannel.invokeMethod('disconnectOtherRoom');
}