https://github.com/webexsamples/webex-js-sdk-meeting-demo
This repository is a demonstration on how to integrate the Webex JS SDK Meetings plugin into an existing web application
https://github.com/webexsamples/webex-js-sdk-meeting-demo
Last synced: over 1 year ago
JSON representation
This repository is a demonstration on how to integrate the Webex JS SDK Meetings plugin into an existing web application
- Host: GitHub
- URL: https://github.com/webexsamples/webex-js-sdk-meeting-demo
- Owner: WebexSamples
- License: other
- Created: 2024-02-08T15:27:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T19:05:43.000Z (about 2 years ago)
- Last Synced: 2025-01-07T23:41:10.058Z (over 1 year ago)
- Language: HTML
- Size: 11.3 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webex Web SDK - Meetings Webinar Demo
To run this demo,
- Clone this Repo
- Open [meeting-info.js](./meeting-info.js), read through the comments and update required information.
- Once done, do `yarn start`
- Go to http://127.0.0.1:8080/ on your browser and Clicking on the "Call" icon will make the demo join the created meeting with Video and Audio

- Complete the short form and click on "Get Help" 
- User will be connect to the customer support 
- To enable virtual background click on "Toggle VBG" 
## Vidcast to the Webinar of this Demo
To get a better hold of this demo, please watch the full length Webinar here: [Upgrade Your App with Webex Meetings SDK V3 Simplified Integration and Enhanced Features](https://app.vidcast.io/share/bcd28aa8-ab52-46bc-8ca8-3c2aa41f8f83)
## Contact Us
### Contributors Space
Webex SDK Contributors - https://eurl.io/#v-LbYXL27
### Developer Support
- [Developer Support](https://developer.webex.com/support)
- [Developer Community](https://community.cisco.com/t5/webex-for-developers/bd-p/disc-webex-developers)
- [GitHub Repository Issues](https://github.com/webex/webex-js-sdk/issues) - (Issues, Q & A, Features)
- Email - devsupport@webex.com
### Webex Developers Beta Program
- [Go Beta - Webex Developers](https://gobeta.webex.com/key/dev-platform)
### Feature Requests
- Cisco Collab Aha - https://ciscocollaboration.ideas.aha.io/
## Documentation
### SDK Usage
- [Github Wiki](https://github.com/webex/webex-js-sdk/wiki)
- [Meetings Developer REST APIs](https://developer.webex.com/docs/meetings)
### Service Aapps Guest
- [Service Apps](https://developer.webex.com/docs/sa-guest-management)
- [API Blueprint for Guest Creation](https://developer.webex.com/docs/api/v1/guests-management/create-a-guest)
### Streams & Effects
- [Streams & Stream Creation](https://github.com/webex/webex-js-sdk/wiki/Streams-and-Effects#streams)
- [Virtual Background Effect](https://github.com/webex/webex-js-sdk/wiki/Streams-and-Effects#virtual-background-effect)
- [Background Noise Reduction Effect](https://github.com/webex/webex-js-sdk/wiki/Streams-and-Effects#apply-the-noise-reduction-effect)
### Transcription with Voicea
- [Advanced Meeting Controls - Transcription](https://github.com/webex/webex-js-sdk/wiki/Advanced-Meeting-Controls#transcription)
### Migration
- [Web SDK V2 to V3 Migration](https://github.com/webex/webex-js-sdk/wiki/Migrating-SDK-Version-1-or-Version-2-to-Version-3)
- [Migration to improved meetings associated with a space](https://github.com/webex/webex-js-sdk/wiki/Migration-to-improved-meetings-associated-with-a-space)