![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
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
/* import */
import { GenesysCloudWebrtcSdk } from 'genesys-cloud-webrtc-sdk';
/* or require */
const { GenesysCloudWebrtcSdk } = require('genesys-cloud-webrtc-sdk');
const sdk = new GenesysCloudWebrtcSdk({
accessToken: 'your-access-token'
});
sdk.initialize();
Or via global module
Note:
/latest/
is no longer supported in the cdn url. By default, the latest version will also be used.
<script src="https://sdk-cdn.mypurecloud.com/webrtc-sdk/genesys-cloud-webrtc-sdk.bundle.min.js"></script>
<script>
const sdk = new window.GenesysCloudWebrtcSdk({
accessToken: 'your access token'
});
sdk.initialize();
</script>
You can also use a specific version:
<script src="https://sdk-cdn.mypurecloud.com/webrtc-sdk/4.0.1/genesys-cloud-webrtc-sdk.bundle.min.js"></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
The npm package genesys-cloud-webrtc-sdk receives a total of 0 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.