
SDKAppID and SDKSecretKey. These will be used in a later step (Configure and Run the Demo).
git clone https://github.com/Tencent-RTC/TUICallKit.git
./TUICallKit/ReactNative directory and depend on the TUICallKit component.cd ./TUICallKit/ReactNativeyarn install
TUICallKit/ReactNative/src/debug/GenerateTestUserSig-es.js file, and fill in the SDKAppID and SDKSecretKey obtained during Activate the Service:
# TUICallKit/ReactNativeyarn start
Login field to complete the login.Login User: Charlie | Login User: Jane |
![]() | ![]() |
Charlie calls Jane | Jane receives the call | Both parties start talking after Jane clicks "Answer" |
![]() | ![]() | ![]() |
SDKAppID and SDKSecretKey you filled in the TUIKit_Android/application/debug/src/main/java/com/tencent/qcloud/tuikit/debug/GenerateTestUserSig.java file are correct. Ensure they are the keys you obtained when Activate the Service.Error Prompt | Solution |
You have not purchased an audio and video calling package. Please go to the IM console to activate a free trial or purchase the official version. | You have not purchased an audio and video calling package. Please go to the console to activate a free trial or purchase the official version. |
The audio and video calling package you currently purchased does not support this feature. It is recommended that you upgrade your package type. | The audio and video calling package you currently purchased does not support this feature. It is recommended that you go to the console to upgrade your package type. |
npx react-native doctor to check if the React Native environment is properly installed.npx react-native doctor
Feedback