getSeatApplicationList method

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

9.3 Get the request list of users in the room who applied for take seat

Implementation

@override
Future<TUIValueCallBack<List<TUIRequest>>> getSeatApplicationList() {
  return _engineNative.getSeatApplicationList();
}