Skip to content

MyPureCloud/genesys-cloud-webrtc-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da22062 · Feb 21, 2025
Jul 16, 2020
Feb 4, 2025
Dec 6, 2024
Jan 18, 2022
Apr 26, 2024
Feb 6, 2025
Feb 4, 2025
Oct 10, 2024
May 30, 2024
Jun 10, 2022
Jun 28, 2021
Feb 4, 2025
Nov 12, 2024
Feb 4, 2025
Jan 3, 2022
Feb 4, 2025
Feb 20, 2025
Oct 23, 2023
Aug 4, 2020
May 30, 2024
Feb 21, 2025
Feb 21, 2025
Apr 8, 2022
May 30, 2024
Jan 18, 2022

Repository files navigation

Build Status npm version codecov dependabot-status

Genesys Cloud WebRTC SDK

Overview

The Genesys Cloud WebRTC SDK is a client library for connecting to Genesys Cloud WebRTC services. Supported WebRTC Features:

  • WebRTC SoftPhone (Authenticated Business User/Agent Telephony - inbound/outbound, etc)
  • WebRTC Screen Share (Unauthenticated User/Guest)
  • WebRTC Video (Authenticated Business User)

Demo: https://sdk-cdn.mypurecloud.com/webrtc-sdk/demo/webpack/

  • Demo requires Genesys Cloud Credentials for video. Organization id and security key are required for unauthenticated screen share.

Not yet supported:

  • WebRTC Video (Unauthenticated User/Guest)
  • WebRTC Screen Share (Authenticated Business User/Agent Telephony)
  • WebRTC Screen Recording
  • WebRTC Click-to-Call (Unauthenticated user SoftPhone, Telephony)

Installation

# npm
npm install --save genesys-cloud-webrtc-sdk
# yarn
yarn genesys-cloud-webrtc-sdk

See documentation for usage and implementation details.

Documentation

Documentation is available in the documentation of this repository and on the Genesys Cloud Developer Center at DeveloperCenter.

Note: due to the constant development on the SDK, it is recommended to always reference the documentation in this repository as that will always be the most up-to-date information regarding the SDK. There can be delays in the updating of documentation on the Developer Center.

Contributing

This repo uses typescript semistandard for code style and Jest for tests and code coverage.

To get started in development:

npm install
npm run test:watch

Test will rebuild as source or tests change. All linting and tests must pass 100%, and coverage should remain at 100%.

Testing

Run the tests using npm test in the command line