getSeatApplicationList method

  1. @override
Future<TUIValueCallBack<List<TUIRequest>>> getSeatApplicationList()
override

Implementation

@override
Future<TUIValueCallBack<List<TUIRequest>>> getSeatApplicationList() {
  LiveKitLogger.info("$tag($hashCode) getSeatApplicationList:[]");
  return roomEngine.getSeatApplicationList();
}