getDeviceManager method
获取设备管理模块,用于管理摄像头、麦克风和扬声器等音视频相关设备
不支持:
- web
Implementation
TXDeviceManager getDeviceManager() {
_cloudChannel.invokeMethod('getDeviceManager');
return new TXDeviceManager(_cloudChannel);
}
获取设备管理模块,用于管理摄像头、麦克风和扬声器等音视频相关设备
不支持:
TXDeviceManager getDeviceManager() {
_cloudChannel.invokeMethod('getDeviceManager');
return new TXDeviceManager(_cloudChannel);
}