isFeatureAvailableOnDevice abstract method
查询设备是否支持指定进阶功能。
查询当前设备能力是否满足虚拟背景、美颜等进阶功能的要求。
type进阶功能类型,详见 FeatureType 。
Returns true : 设备支持指定进阶功能。 false : 设备不支持指定进阶功能。
Implementation
Future<bool> isFeatureAvailableOnDevice(FeatureType type);
查询设备是否支持指定进阶功能。
查询当前设备能力是否满足虚拟背景、美颜等进阶功能的要求。
type 进阶功能类型,详见 FeatureType 。Returns true : 设备支持指定进阶功能。 false : 设备不支持指定进阶功能。
Future<bool> isFeatureAvailableOnDevice(FeatureType type);