TUICallEngine SDK

NPM verison Documents

@trtc/call-engine-lite-js is based on Tencent Cloud Instant Messaging IM and Real-time audio and video TRTC Audio and video communication components built by two paid PaaS services, supporting Audio and video calls in two-person and multi-person scenarios.

Environment support

TUICallEngine SDK supports mainstream browsers on the market. For details, please refer to: Browser support status.

If you want to know about the UI audio and video call components, you can visit TUICallKit/Web.

Please be sure to use HTTPS protocol or localhost to deploy your Web App, otherwise the navigator.mediaDevices not found error will occur!
Chrome
Chrome
IE / Edge
Edge
Firefox
Firefox
Safari
Safari
iOS Safari
iOS Safari
Opera
Opera
56+ 80+ 56+ 11+ 11+ 46+

Demo

You can access the online Demo 1v1 audio and video call experience center Experience the call effect.

Integrated SDK

NPM integration

  1. You can use npm to install it in your project @trtc/call-engine-lite-js.

    npm install @trtc/call-engine-lite-js --save
    
  2. Import the module in the project script.

    import { TUICallEngine, TUICallEvent, TUICallType } from "@trtc/call-engine-lite-js";
    

Use logic

Basic use of the SDK can be accessed: TUICallEngine enables two-person calls

Document list