이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

Step1: Install SDK

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"