MVN

us.zoom.videosdk : ZoomVideoSDK

Maven & Gradle

Aug 23, 2023

ZoomVideoSDK · The Video SDKs are app development kits provided to enrich apps with video collaboration features to connect customers and communities. Use these SDKs to build apps with highly customized user interfaces along with access to raw video and audio data. Video SDKs are designed to be: * Easy to use: Import libraries, call required functions, and all video conferencing will be handled for you. * Lightweight: Video SDKs are streamlined toolkits with an enormous reduction in size compared to Meeting SDKs with all the power of Zoom's video and audio solutions. * Highly customizable: Raw video and audio data is available to you, allowing your chosen renderer to customize the video experience. Video sessions created by the Video SDKs are launched instantly, bringing a delightful video communication experience to your users with high-quality video and audio. Direct access to raw video and audio data allows improved interaction between users and the app video stream. Imagine a gaming video streaming app with direct interaction between the player and viewers based on in-game events or prompts from the community. Or, imagine an AR streaming platform with direct viewer access to the on-screen video. As with our Meeting SDKs, Video SDKs allow screen-sharing from devices, in-session chat messages, and high-quality video and audio streams similar to Zoom's core capabilities. The Video SDKs enable the following functionality in your app: * Launch a video communication session instantly * Share screen directly from your device * Send instant chat messages during the session * Capture and review raw data locally * Test different rendering schema and enjoy high-quality video and audio streams * Broadcast the video session to third-party live streaming providers To know more, see: https://developers.zoom.us/docs/video-sdk/

<dependency>
    <groupId>us.zoom.videosdk</groupId>
    <artifactId>ZoomVideoSDK</artifactId>
    <version>1.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.zoom.videosdk : ZoomVideoSDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.10

All Versions

Choose a version of us.zoom.videosdk : ZoomVideoSDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
ZoomVideoSDK-1.8.10
ZoomVideoSDK-1.8.5
ZoomVideoSDK-1.8.2
ZoomVideoSDK-1.8.0
1.7.x
ZoomVideoSDK-1.7.10
ZoomVideoSDK-1.7.5
ZoomVideoSDK-1.7.2
ZoomVideoSDK-1.7.0
1.6.x
ZoomVideoSDK-1.6.4
ZoomVideoSDK-1.6.2
ZoomVideoSDK-1.6.0
1.5.x
ZoomVideoSDK-1.5.3
ZoomVideoSDK-1.5.2
1.3.x
ZoomVideoSDK-1.3.0

How to add a dependency to Maven

Add the following us.zoom.videosdk : ZoomVideoSDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.zoom.videosdk</groupId>
    <artifactId>ZoomVideoSDK</artifactId>
    <version>1.8.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.zoom.videosdk : ZoomVideoSDK gradle dependency to your build.gradle file:

implementation 'us.zoom.videosdk:ZoomVideoSDK:1.8.10'

Gradle Kotlin DSL: Add the following us.zoom.videosdk : ZoomVideoSDK gradle kotlin dependency to your build.gradle.kts file:

implementation("us.zoom.videosdk:ZoomVideoSDK:1.8.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.zoom.videosdk : ZoomVideoSDK sbt scala dependency to your build.sbt file:

libraryDependencies += "us.zoom.videosdk" % "ZoomVideoSDK" % "1.8.10"