• 서비스
  • 가격
  • 리소스
  • 기술지원
Conference
  • 개요
    • Product Introduction
    • Activate the Service
    • Pricing
      • Free Minutes
      • Conference Monthly Packages
      • Billing Explanation for Subscription Package Duration
  • 시작하다
    • Demo 실행
    • 통합
    • Secure authentication with Usersig
  • 기본 기능
    • 회의 예약
    • 미팅 제어
    • UI 맞춤화
    • 클라우드 녹화
    • 로봇 스트리밍
    • AI 노이즈 캔슬링
  • 더 많은 기능
    • 방 비밀번호
    • 닉네임 및 아바타 설정
    • 룸 내 채팅
    • 텍스트 워터마크
  • 인터페이스 문서
    • RoomKit 인터페이스
    • RoomEngine 인터페이스
      • 인터페이스 개요
      • TUIRoomEvent
      • TUIRoomEngine
      • TUIRoomEngine 정의
  • 서버 API
    • RESTful API
      • RESTful API Overview
      • RESTful API List
      • Room Management
        • Create a Room
        • Destroy a Room
        • Update the Room Information
        • Get the Room Information
      • User Management
        • Get the Room Member List
        • Update the Room Member Information
        • Change the Room Ownership
        • Mark Room Members
        • Ban Room Members
        • Unban Room Members
        • Get the Banned Room Member List
        • Remove Room Member
      • Seat Management
        • Get the Seat List
        • Pick User on the Seat
        • Kick User off the Seat
        • Lock the Seat
    • Third-Party Callback
      • Callback Overview
      • Callback Command List
      • Callback Configuration
        • Query Callback Configuration
        • Create Callback Configuration
        • Update Callback Configuration
        • Delete Callback Configuration
      • Room Related
        • After a Room Is Created
        • After a Room Is Destroyed
        • After the Room Information Is Updated
      • User Related
        • After a Room Is Entered
        • After a Room Is Left
      • Seat Connection Related
        • After the Seat List Is Changed
  • 자주 받는 질문들
  • Error Code
Conference
이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

자주 받는 질문들

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.