twebrtc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.tencent.tcr</groupId> <artifactId>twebrtc</artifactId> <version>0.1.10003</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.tencent.tcr</groupId> <artifactId>twebrtc</artifactId> <version>0.1.10003</version> <packaging>aar</packaging> <name>twebrtc</name> <description>cloud render</description> <url>https://github.com/tencentyun/cloudgame-android-sdk</url> <inceptionYear>2022</inceptionYear> <licenses> <license> <name>Tencent Binary License</name> <url>https://github.com/tencentyun/cloudgame-android-sdk/blob/master/License_tcrmicro.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>tencent</id> <name>tencent</name> </developer> </developers> <scm> <connection>https://github.com/tencentyun/cloudgame-android-sdk.git</connection> <url>https://github.com/tencentyun/cloudgame-android-sdk</url> </scm> </project>