UNPKG

398 BJavaScriptView Raw
1import { r as registerInstance, h, H as Host } from './index-8809c729.js';
2import { n as notSupport } from './helper-3d0ecf0f.js';
3import '@tarojs/taro';
4
5let VoipRoom = class {
6 constructor(hostRef) {
7 registerInstance(this, hostRef);
8 }
9 componentDidLoad() {
10 notSupport('VoipRoom', this);
11 }
12 render() {
13 return (h(Host, null));
14 }
15};
16
17export { VoipRoom as taro_voip_room_core };