Using client-sdk-voice-app-to-phone-flutter with nexmo.com

Kotlin integration

✓ Official SDK

Install

# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
List Users
curl \
  https://api.nexmo.com/v0.2/users
List Conversations
curl \
  https://api.nexmo.com/v0.2/conversations
List Events
curl \
  https://api.nexmo.com/v0.2/conversations/{conversation_id}/events
SDK on GitHub 📄 API Docs
SDK
client-sdk-voice-app-to-phone-flutter
Kotlin
API
nexmo.com
nexmo.com:conversation.v2

At a glance

Language Kotlin
Endpoints4
Base URLhttps://api.nexmo.com/v0.2
✓ Official