![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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 test:watch
Test will rebuild as source or tests change. All linting 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
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.