-
Notifications
You must be signed in to change notification settings - Fork 384
Meetings Getting Started
- Dev portal into how to create integration Integrations are how you request permission to invoke the Webex REST API on behalf of another Webex user.
Got to the https://developer.webex.com/my-apps
Create a new integration https://developer.webex.com/my-apps/new/integration
- guest issues app creation Got to the https://developer.webex.com/my-apps
Create a new https://developer.webex.com/my-apps/new/guest-issuer
- link to oauth
- client app creation and initialize the Webex SDK
- if you want to create a USM meeting
- provide a link to the USM meeting page - https://github.com/webex/webex-js-sdk/wiki/Unified-Space-Meetings-(USM)
- talk about space creation from dev portal hydra room Id
- link to explain how the license works for space meeting or webex meeting
- talk about meetings API, ad-hoc meetings and scheduled meeting in a space -> get back meeting information
- if using guest to guest please call the service app before making /meetings API call
- Guests who are joining after the meeting starts in a space
- go to step 3
-
creating a plain webex meeting
- link to the webex meeting intro and licence
- Service app creation
Got to the https://developer.webex.com/my-apps
Create a new service app - https://developer.webex.com/my-apps/new/service-app
Provide name, description, scopes and all the required options and submit -
The developer will get the client ID and secrets.
Authorize service app - by org admin You need to get the service app approved from admin.cisco.com (once app is approved, we got the machine account)
hereafter go to https://developer.webex.com/docs/service-app
generate access token - In the org authorization copy the secret and generate the access token

- how to use the /meetings API
- creating a meeting using the meeting id/sipaddress, meeting link etc.
Caution
- Introducing the Webex Web Calling SDK
- Core Concepts
- Quickstart guide
- Authorization
- Basic Features
- Advanced Features
- Introduction
- Quickstart Guide
- Basic Features
- Advanced Features
- Multistream
- Migrating SDK version 1 or 2 to version 3