ttsdk-ttrtcbase
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.bytedanceapi</groupId> <artifactId>ttsdk-ttrtcbase</artifactId> <version>1.37.200.6.onekit</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.bytedanceapi</groupId> <artifactId>ttsdk-ttrtcbase</artifactId> <version>1.37.200.6.onekit</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>com.ss.video.rtc.library</groupId> <artifactId>ByteAudio</artifactId> <version>3.45.472</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.ss.bytertc</groupId> <artifactId>BytePlusRTC</artifactId> <version>3.45.472</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <name>Pandora(TTSDK)</name> <description>TTSDK of Bytedance</description> <url>https://open.bytedance.com/</url> <scm> <url>https://github.com/TTvcloud/vcloud-sdk-java</url> <connection>scm:git:https://github.com/TTvcloud/vcloud-sdk-java.git</connection> <developerConnection>scm:git:https://github.com/TTvcloud/vcloud-sdk-java.git</developerConnection> </scm> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>ttvcloudproducts</id> <name>chao.li</name> <email>chao.li@bytedance.com</email> </developer> </developers> </project>