rtc_room_engine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.trtc.uikit</groupId> <artifactId>rtc_room_engine</artifactId> <version>3.0.10.748</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.trtc.uikit</groupId> <artifactId>rtc_room_engine</artifactId> <version>3.0.10.748</version> <packaging>aar</packaging> <name>rtc_room_engine</name> <description>RTC Room Engine is an SDK suitable for multi-person audio and video communication scenarios such as business meetings, webinars, online education, and online live broadcasts. Integrated use: https://trtc.io/document/54843</description> <url>https://github.com/tencentyun/TUILiveRoom</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>rulongzhang</id> <name>rulongzhang</name> <email>rulongzhang@tencent.com</email> </developer> </developers> <scm> <connection>https://github.com/tencentyun/TUILiveRoom.git</connection> <developerConnection>https://github.com/tencentyun/TUILiveRoom.git</developerConnection> <url>https://github.com/tencentyun/TUILiveRoom</url> </scm> </project>