UNPKG

373 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 实时音视频
4const createLivePusherContext = /* @__PURE__ */ temporarilyNotSupport('createLivePusherContext');
5const createLivePlayerContext = /* @__PURE__ */ temporarilyNotSupport('createLivePlayerContext');
6
7export { createLivePlayerContext, createLivePusherContext };
8//# sourceMappingURL=live.js.map