@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 359 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 设备(组)音视频通话
const requestDeviceVoIP = /* @__PURE__ */ temporarilyNotSupport('requestDeviceVoIP');
const getDeviceVoIPList = /* @__PURE__ */ temporarilyNotSupport('getDeviceVoIPList');
export { getDeviceVoIPList, requestDeviceVoIP };
//# sourceMappingURL=device-voip.js.map