Client SDK

Client SDK

The Vonage Client SDK allows you to build Programmable Conversation applications.

Multichannel communication
In-App Messaging
In-App Voice
new NexmoClient()
    .createSession(USER_JWT)
    .then(application => {
        ...
        application.callServer(phoneNumber);
    })