Socket
Socket
Sign inDemoInstall

nexmo-client

Package Overview
Dependencies
43
Maintainers
4
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nexmo-client

Nexmo Client SDK for JavaScript


Version published
Weekly downloads
4.6K
decreased by-12.93%
Maintainers
4
Install size
8.56 MB
Created
Weekly downloads
 

Readme

Source

Vonage Client SDK for JavaScript

Twitter

The Client SDK is intended to provide a ready solution for developers to build Programmable Conversation applications across multiple Channels including: Messages, Voice, SIP, websockets, and App.

The following media types are supported:

In-App Messaging
  • Offline Sync – With built-in caching, messages are saved and sent or received once their device is back online.

  • Push Notifications – Keep users aware of important alerts by sending notifications to their device.

  • Text and Image Support – Users can quickly send and receive texts and images from your application.

    Read more about In-App Messaging.

In-App Voice
  • User Control – Users can control whether their audio stream is muted or unmuted.

  • Notifications – Users can be notified when they receive a call or when participants are muted.

  • Group Calls – Configure call settings so users can start a group call by adding participants in real time.

    Read more about In-App Voice.

Tutorials

See how the Client SDK is used in the following tutorials:

Installation

NPM

A dependency manager for Node packages. You can install the Client SDK with the following command:

npm install nexmo-client

SDK Setup

Include the nexmoClient.js script in your web page

<script src="node_modules/nexmo-client/dist/nexmoClient.js"></script>

Or the minified version

<script src="node_modules/nexmo-client/dist/nexmoClient.min.js"></script>

Testing

We use third party tools for testing the framework:

  • Karma: Karma is our test runner
  • Mocha: Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun.
  • Chai: Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.

Code style & Conventions

License

Copyright (c) 2020 Vonage, Inc. All rights reserved. Licensed only under the Vonage Client SDK License Agreement (the "License") located at LICENCE.

By downloading or otherwise using our software or services, you acknowledge that you have read, understand and agree to be bound by the Vonage Client SDK License Agreement and Privacy Policy.

You may not use, exercise any rights with respect to or exploit this SDK, or any modifications or derivative works thereof, except in accordance with the License.

Keywords

FAQs

Last updated on 11 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc