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