MVN

io.trtc.uikit : rtc_room_engine

Maven & Gradle

Jan 24, 2024
86 stars

rtc_room_engine · 多人音视频房间 SDK 基于视频直播、在线会议、网络研讨会等场景定制,提供房间管理、成员管理、麦位管理等会控功能,致力于帮助开发者快速搭建高品质的音视频互动解决方案。

<dependency>
    <groupId>io.trtc.uikit</groupId>
    <artifactId>rtc_room_engine</artifactId>
    <version>2.0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.trtc.uikit : rtc_room_engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.3

All Versions

Choose a version of io.trtc.uikit : rtc_room_engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
rtc_room_engine-2.0.1.3

How to add a dependency to Maven

Add the following io.trtc.uikit : rtc_room_engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.trtc.uikit</groupId>
    <artifactId>rtc_room_engine</artifactId>
    <version>2.0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.trtc.uikit : rtc_room_engine gradle dependency to your build.gradle file:

implementation 'io.trtc.uikit:rtc_room_engine:2.0.1.3'

Gradle Kotlin DSL: Add the following io.trtc.uikit : rtc_room_engine gradle kotlin dependency to your build.gradle.kts file:

implementation("io.trtc.uikit:rtc_room_engine:2.0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.trtc.uikit : rtc_room_engine sbt scala dependency to your build.sbt file:

libraryDependencies += "io.trtc.uikit" % "rtc_room_engine" % "2.0.1.3"

Advertisement