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