https://github.com/nexmo/stitch-js-quickstart
A repository containing everything you need when getting started with the Nexmo Stitch API and the JavaScript SDKs
https://github.com/nexmo/stitch-js-quickstart
Last synced: over 1 year ago
JSON representation
A repository containing everything you need when getting started with the Nexmo Stitch API and the JavaScript SDKs
- Host: GitHub
- URL: https://github.com/nexmo/stitch-js-quickstart
- Owner: Nexmo
- Created: 2017-03-28T20:24:49.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T06:46:52.000Z (over 1 year ago)
- Last Synced: 2025-03-23T22:15:57.448Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 178 KB
- Stars: 5
- Watchers: 17
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nexmo Stitch SDK for JavaScript Quickstart
This is the JavaScript SDK for the Nexmo Stitch API. Read more about:
- [The Stitch API](#about-the-stitch-api)
- [Participating in the Early Adopter program](#participating-in-the-early-adopter-program)
- [Trying out the quickstart examples](#try-out-the-quickstart-examples)
- [Viewing the SDK API Reference docs](#sdk-api-reference-docs)
- [Checking out the additional resources](#additional-resources)
## About the Stitch API
The Nexmo Stitch API enables you to build conversation features where communication can take place across multiple platforms. The context of the conversations is maintained though each communication event taking place within a conversation, no matter the medium. Currently the Stitch SDKs support In-App Messaging and In-App Voice for iOS, Android and JavaScript. The JavaScript SDK also supports In-App Video.
## Participating in the Early Adopter program
The preview has evolved from In-App Messaging to also support In-App Voice and In-App Video. During this extended Beta program there will be frequent releases with new features and bug fixes based on your feedback. Changes will be communicated with each release outlying what changed. During the Beta it is possible (and probable) that there shall be breaking changes to the SDK and API but these will be explicitly communicated beforehand.
If your team members require access to the docs or SDK repos contact [ea-support@nexmo.com](mailto:ea-support@nexmo.com).
* Ask questions, provide feedback and report problems by [creating an issue](https://github.com/Nexmo/stitch-js-quickstart/issues/new)
If you want communicate with us during the EA program you can:
* Join the [Nexmo community slack](https://developer.nexmo.com/community/slack) and check out the [#stitch](https://nexmo-community.slack.com/messages/C9H152ATW) channel where you can ask @chris, @laka, @eric.giannini or @leggetter for help.
* Email [ea-support@nexmo.com](mailto:ea-support@nexmo.com) directly
## Run through the Quick Start Guides
* [Simple Conversation](https://developer.nexmo.com/stitch/in-app-messaging/guides/simple-conversation/javascript)
* [Inviting Members](https://developer.nexmo.com/stitch/in-app-messaging/guides/inviting-members/javascript)
* [Utilizing Events](https://developer.nexmo.com/stitch/in-app-messaging/guides/utilizing-events/javascript)
* [Enable Audio](https://developer.nexmo.com/stitch/in-app-voice/guides/enable-audio/javascript)
* [Calling Users](https://developer.nexmo.com/stitch/in-app-voice/guides/calling-users/javascript)
* [Outbound PSTN Calls](https://developer.nexmo.com/stitch/in-app-voice/guides/outbound-pstn/javascript)
* [Enable Video](https://developer.nexmo.com/stitch/in-app-video/guides/enable-video/javascript)
* [Enable Screen Sharing](https://developer.nexmo.com/stitch/in-app-video/guides/enable-screenshare/javascript)
You can also find the completed examples in this repository.
## SDK API Reference docs
The [Nexmo Stitch JavaScript SDK API Reference docs](https://developer.nexmo.com/sdk/stitch/javascript/) are available online. If you do not have access to the docs, please contact [ea-support@nexmo.com](mailto:ea-support@nexmo.com)
## Additional Resources
* [Nexmo CLI](https://github.com/Nexmo/nexmo-cli/tree/beta)
* [Nexmo Stitch iOS Quickstart](https://github.com/nexmo/conversation-ios-quickstart)
* [Nexmo Stitch Android Quickstart](https://github.com/nexmo/stitch-android-quickstart)