client-sdk-voice
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vonage</groupId>
<artifactId>client-sdk-voice</artifactId>
<version>2.4.0-alpha.0</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.vonage</groupId>
<artifactId>client-sdk-voice</artifactId>
<version>2.4.0-alpha.0</version>
<packaging>aar</packaging>
<name>client-sdk-voice</name>
<description>Voice Sub-package of the Client SDK for seamless integration of voice communication capabilities into applications.Enables making and receiving voice calls, managing call sessions, and handling call events.
For more information, documentation, and code samples, please visit the Vonage Developer Portal.</description>
<url>https://developer.vonage.com/client-sdk/overview</url>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
<name>Commercial</name>
<url>https://www.vonage.com/legal/communications-apis/terms-of-use</url>
</license>
</licenses>
<developers>
<developer>
<id>vonage.dev</id>
<name>Vonage CS Team</name>
<email>nexmo.cs.dev@vonage.com</email>
<url>https://vonage.dev</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/nexmo-community/client-sdk-tutorials</connection>
<developerConnection>scm:git:https://github.com/nexmo-community/client-sdk-tutorials</developerConnection>
<url>https://developer.vonage.com/client-sdk/overview</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/nexmo-community/client-sdk-tutorials/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.vonage.rtc</groupId>
<artifactId>android-core</artifactId>
<version>2.4.0-alpha.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.6.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.vonage</groupId>
<artifactId>webrtc</artifactId>
<version>121.1.100</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>