@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 373 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 实时音视频
const createLivePusherContext = /* @__PURE__ */ temporarilyNotSupport('createLivePusherContext');
const createLivePlayerContext = /* @__PURE__ */ temporarilyNotSupport('createLivePlayerContext');
export { createLivePlayerContext, createLivePusherContext };
//# sourceMappingURL=live.js.map