Skip to content

Meetings Getting Started

Neeraj Swarnkar edited this page Jul 21, 2023 · 27 revisions

Meetings Getting Started

Introduction *(if already exists link it with a basic into on payload and response)

  • 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

Create a new https://developer.webex.com/my-apps/new/guest-issuer

  • link to oauth
  • client app creation and initialize the Webex SDK
  1. 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
    1. 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
  1. creating a plain webex meeting

    1. link to the webex meeting intro and licence
    2. 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 -

image

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

image

  1. how to use the /meetings API
  1. creating a meeting using the meeting id/sipaddress, meeting link etc.
Clone this wiki locally