c

client-sdk-voice

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.
https://developer.vonage.com/client-sdk/overview
Commercial
Vonage CS Team
Files download
File Operation
client-sdk-voice-1.6.0-rc.2.pom download
client-sdk-voice-1.6.0-rc.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vonage</groupId>
  <artifactId>client-sdk-voice</artifactId>
  <version>1.6.0-rc.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.vonage:client-sdk-voice:1.6.0-rc.2'
Gradle Kotlin
implementation("com.vonage:client-sdk-voice:1.6.0-rc.2")
Scala SBT
libraryDependencies += "com.vonage" % "client-sdk-voice" % "1.6.0-rc.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vonage', module='client-sdk-voice', version='1.6.0-rc.2')
)
Apache Ivy
<dependency org="com.vonage" name="client-sdk-voice" rev="1.6.0-rc.2" />
Leiningen
[com.vonage/client-sdk-voice "1.6.0-rc.2"]
Apache Buildr
'com.vonage:client-sdk-voice:jar:1.6.0-rc.2'