purecloud-streaming-client-webrtc-sessions
Version:
WebRTC Extensions for the PureCloud Streaming Client SDK
24 lines (12 loc) • 626 B
Markdown
This library exposes API methods and emits events for @purecloud/streaming-client to consume
Run `npm install` to get all the dependencies set up
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`
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**