jiuyiUniapp/jiuyi/lib/module/components/Agora-RTC-JS/index.js

5 lines
186 B
JavaScript
Raw Normal View History

2024-12-18 15:46:27 +08:00
import RtcEngine from './common/RtcEngine.native';
import RtcChannel from './common/RtcChannel.native';
export default RtcEngine;
export { RtcChannel };
//# sourceMappingURL=index.js.map