이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

자주 받는 질문들

Runtime error: "does not provide an export named 'createBlock' "?

If you encounter the following error after following the steps above, please make sure to lock the version of vite to below 3.0.0, and the version of vue to below 3.4.9.



The reason is that the electron project template provided supports vite versions specified below 3.0.0, but properties in vue version 3.4.9 and above require an upgrade of the vite version for support. An issue has been submitted to the official vue,https://github.com/vuejs/core/issues/10177.

Is trtc-electron-sdk compatible with the official Electron v12.0.1 version?

Yes, trtc-electron-sdk does not depend on the electron's own SDK specifically, so there are no related version dependencies.