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