Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
genesys-cloud-webrtc-sdk
Advanced tools
client for the interfacing with Genesys Cloud WebRTC
The Genesys Cloud WebRTC SDK is a client library for connecting to Genesys Cloud WebRTC services. Supported WebRTC Features:
Demo: https://sdk-cdn.mypurecloud.com/webrtc-sdk/demo/webpack/
Not yet supported:
Module import:
npm install --save genesys-cloud-webrtc-sdk
const GenesysCloudWebrtcSdk = require('genesys-cloud-webrtc-sdk');
const sdk = new GenesysCloudWebrtcSdk({
accessToken: 'your-access-token'
});
sdk.initialize();
Or via global module
<script src="https://sdk-cdn.mypurecloud.com/webrtc-sdk/latest/genesys-cloud-webrtc-sdk.bundle.min.js"></script>
<script>
const sdk = new window.GenesysCloudWebrtcSdk({
accessToken: 'your access token'
});
sdk.initialize();
</script>
Documentation is in doc/documentation.md and available on the Genesys Cloud Developer Center at DeveloperCenter and in the documentation in this repo.
This repo uses typescript semistandard for code style and Jest for tests and code coverage.
To get started in development:
npm install
npm run watch-tests
Test will rebuild as source or tests change. All linting (semistandard) and tests must pass 100%, and coverage should remain at 100%.
Run the tests using npm test
in the command line
FAQs
client for the interfacing with Genesys Cloud WebRTC
The npm package genesys-cloud-webrtc-sdk receives a total of 675 weekly downloads. As such, genesys-cloud-webrtc-sdk popularity was classified as not popular.
We found that genesys-cloud-webrtc-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.