https://github.com/purecloudlabs/genesys-cloud-streaming-client-webrtc-sessions
https://github.com/purecloudlabs/genesys-cloud-streaming-client-webrtc-sessions
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purecloudlabs/genesys-cloud-streaming-client-webrtc-sessions
- Owner: purecloudlabs
- License: mit
- Created: 2018-09-06T15:53:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T06:34:17.000Z (over 1 year ago)
- Last Synced: 2025-09-09T01:27:08.095Z (11 months ago)
- Language: JavaScript
- Size: 2.51 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genesys cloud Streaming Client WebRTC Sessions
## Breaking Change
As of version 8.x, purecloud-streaming-client-webrtc-sessions has been renamed to genesys-cloud-streaming-client-webrtc-sessions
## Overview
This library exposes API methods and emits events for @purecloud/streaming-client to consume
## Installation
Run `npm install` to get all the dependencies set up
## Testing
Run all the tests by using the script `npm test` in the command line
* In order to run just a single test file do the following
* `./node_modules/.bin/ava test/unit/someTest.test.js`
## Linting and Style
semistandard is being used as the linter and use the script `npm run lint` if you want to lint the code base
**Set up linting in your editor so you get realtime linting on save**