Skip to content

Latest commit

 

History

History

README.md

Step 1: Download the demo

  1. Open the terminal and clone the repository.
git clone https://github.com/Tencent-RTC/TUICallKit.git
  1. Install dependencies.
cd ./TUICallKit/ReactNative
yarn install
yarn add @tencentcloud/call-uikit-react-native

Step 2: Configure the demo

Go to the Activate Service page and get the SDKAppID and SDKSecretKey, then fill them in the TUICallKit/ReactNative/src/debug/GenerateTestUserSig-es.js file.

Step 3: Run the demo

# TUICallKit/ReactNative
yarn start