MVN

com.tencent.liteav : LiteAVSDK_International

Maven & Gradle

Apr 02, 2022
84 stars

LiteAVSDK_International · Leveraging Tencent's 21 years of experience in network and audio/video technologies, Tencent Real-Time Communication (TRTC) offers multi-person audio/video calls and low-latency interactive live streaming solutions. With TRTC, you can quickly develop cost-effective, low-latency, and high-quality interactive audio/video services. Audio/Video Call Solution TRTC provides a client SDK that works across platforms and regions. This solution can be easily used on webpages to enable audio and video call capability for all applications. Low-Latency Interactive Live Streaming Solution TRTC leverages Tencent Cloud's high-quality node resources, industry-leading network and audio/video technologies to helps you build interactive live streaming services with minimal lags and a latency below 1 second, taking live streaming into the era of CDN 2.0.腾讯实时音视频(Tencent Real-Time Communication,TRTC)将腾讯21年来在网络与音视频技术上的深度积累,以多人音视频通话和低延时互动直播两大场景化方案,通过腾讯云服务向开发者开放,致力于帮助开发者快速搭建低成本、低延时、高品质的音视频互动解决方案。

<dependency>
    <groupId>com.tencent.liteav</groupId>
    <artifactId>LiteAVSDK_International</artifactId>
    <version>9.5.11351</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.liteav : LiteAVSDK_International to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.5.11351

All Versions

Choose a version of com.tencent.liteav : LiteAVSDK_International to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.5.x
LiteAVSDK_International-9.5.11351
LiteAVSDK_International-9.5.11349
LiteAVSDK_International-9.5.11347
LiteAVSDK_International-9.5.11346
LiteAVSDK_International-9.5.11207
LiteAVSDK_International-9.5.11200
LiteAVSDK_International-9.5.11171
9.4.x
LiteAVSDK_International-9.4.10921
9.3.x
LiteAVSDK_International-9.3.10769
LiteAVSDK_International-9.3.10768
LiteAVSDK_International-9.3.10767
LiteAVSDK_International-9.3.10765
LiteAVSDK_International-9.3.10764
9.2.x
LiteAVSDK_International-9.2.10641
LiteAVSDK_International-9.2.10640
LiteAVSDK_International-9.2.10639
9.1.x
LiteAVSDK_International-9.1.10566
LiteAVSDK_International-9.1.10565
9.0.x
LiteAVSDK_International-9.0.10437
8.9.x
LiteAVSDK_International-8.9.10356
LiteAVSDK_International-8.9.10355
LiteAVSDK_International-8.9.10349
8.8.x
LiteAVSDK_International-8.8.10255
LiteAVSDK_International-8.8.10254
8.6.x
LiteAVSDK_International-8.6.1098
LiteAVSDK_International-8.6.1096
LiteAVSDK_International-8.6.1095

How to add a dependency to Maven

Add the following com.tencent.liteav : LiteAVSDK_International maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.liteav</groupId>
    <artifactId>LiteAVSDK_International</artifactId>
    <version>9.5.11351</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.liteav : LiteAVSDK_International gradle dependency to your build.gradle file:

implementation 'com.tencent.liteav:LiteAVSDK_International:9.5.11351'

Gradle Kotlin DSL: Add the following com.tencent.liteav : LiteAVSDK_International gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.liteav:LiteAVSDK_International:9.5.11351")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.liteav : LiteAVSDK_International sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.liteav" % "LiteAVSDK_International" % "9.5.11351"

Advertisement