tencent cloud

Tencent Real-Time Communication

문서Tencent Real-Time Communication

SDK Integration

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-01-07 16:32:49
This article mainly introduces how to quickly integrate the RTC Room Engine SDK into your Android project.

Environment Requirements

Android 5.0 (SDK API Level 21) or later.
Mobile device on Android 5.0 or later.

Integrating SDK

In the build.gradle file of the module project that needs to use the RTC Room Engine SDK, add the RoomEngine module.
build.gradle.kts
build.gradle
api("io.trtc.uikit:rtc_room_engine:latest.release")
// rtc room engine depends on trtc sdk and im sdk
api("com.tencent.liteav:LiteAVSDK_Professional:latest.release")
api("com.tencent.imsdk:imsdk-plus:latest.release")
api "io.trtc.uikit:rtc_room_engine:latest.release"
// rtc room engine depends on trtc sdk and im sdk
api "com.tencent.liteav:LiteAVSDK_Professional:latest.release"
api "com.tencent.imsdk:imsdk-plus:latest.release"

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백