getSeatApplicationList method
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();
}
9.3 Get the request list of users in the room who applied for take seat
@override
Future<TUIValueCallBack<List<TUIRequest>>> getSeatApplicationList() {
return _engineNative.getSeatApplicationList();
}