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
  • guest issues app creation
  • 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
  • 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.

You need to get the service app approved from admin.cisco.com

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