e

endpoint

This is the Plivo Android Voice Call SDK that can be used to make and receive calls through Plivo.
https://github.com/plivo/plivo-android-sdk2-examples
The Apache Software License, Version 2.0
The Plivo SDKs Team
Files download
File Operation
endpoint-3.2.1-beta.pom download
Apache Maven
<dependency>
  <groupId>com.plivo.endpoint</groupId>
  <artifactId>endpoint</artifactId>
  <version>3.2.1-beta</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.plivo.endpoint:endpoint:3.2.1-beta'
Gradle Kotlin
implementation("com.plivo.endpoint:endpoint:3.2.1-beta")
Scala SBT
libraryDependencies += "com.plivo.endpoint" % "endpoint" % "3.2.1-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.plivo.endpoint', module='endpoint', version='3.2.1-beta')
)
Apache Ivy
<dependency org="com.plivo.endpoint" name="endpoint" rev="3.2.1-beta" />
Leiningen
[com.plivo.endpoint/endpoint "3.2.1-beta"]
Apache Buildr
'com.plivo.endpoint:endpoint:jar:3.2.1-beta'
Dependencies
The project has no third-party dependencies