Getting Started - webex/webex-js-sdk GitHub Wiki
Getting Started guide
This Document covers most of the everyday use cases of how developers will use developer portal APIs.
In Webex, the meetings can be broadly classified as below,
Webex Meetings Scheduled Webex Meetings - In this, the meeting gets created first and then the meeting information like Meeting ID, passcode & unique meeting link is sent to the invitees
PMR (personal meeting room) (aka instant meeting) - This is a meeting with static URL which can be attached to a meeting schedule as well as sent out as a message for anyone to join
Space Meetings Scheduled Space Meetings - In this, the meeting gets created first and then the meeting information like Meeting ID, passcode & meeting link is available to the members of the space in Webex
Ad-hoc Space Meetings - This type of meeting can be started from a team space, where the meeting gets started instantly without any pre-scheduled meeting links. Although these meetings are instant and does not have a meeting ID / URL at the time of starting, Webex creates a meeting ID & URL for it which can be obtained via the Meeting Info API.
Ad-hoc Space meetings
USM meetings
Generate the access token from here
Make sure you're signed in to the Developer Portal.
developer can do a lot from the Webex APIs?
The Webex APIs provide your applications with direct access to the Cisco Webex Platform, giving you the ability to:
Every room is associated with room Id "id": "Y2lzY29zcGFyazovL3VzL1JPT00vMDJiZTk0YTAtYzcwZC0xMWVkLWJiOWYtMGRiYjQ2ODVlOTEx"
-
Example
{ "id": "Y2lzY29zcGFyazovL3VzL1JPT00vMWY1Y2FmNjAtMjVhYS0xMWVlLTk4N2YtYjEwOGFkMjE4ZTIy", "title": "Ranjitha Shadakshari", "type": "direct", "isLocked": false, "lastActivity": "2023-07-19T14:33:46.215Z", "creatorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zZmRjNTU5Yy1iZTI5LTQwYTYtYjRjMS1jMzI4NTY1NzNhZmY", "created": "2023-07-18T20:31:49.590Z", "ownerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xZWI2NWZkZi05NjQzLTQxN2YtOTk3NC1hZDcyY2FlMGUxMGY", "isPublic": false, "isReadOnly": false },
Create a Webex space and invite people
Need to provide the room Id "id": "Y2lzY29zcGFyazovL3VzL1JPT00vMDJiZTk0YTAtYzcwZC0xMWVkLWJiOWYtMGRiYjQ2ODVlOTEx"
Search for people in your company
Post messages in a Webex space
adhoc(boolean) - Whether or not to create an ad-hoc meeting for the room specified by roomId. When true, roomId is required.