Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webex/webapp-sdk-showcase
This repo provides the showcase examples to integrate with Webapp SDK to implement basic join meeting, create meeting with associate meeting features.
https://github.com/webex/webapp-sdk-showcase
Last synced: 5 days ago
JSON representation
This repo provides the showcase examples to integrate with Webapp SDK to implement basic join meeting, create meeting with associate meeting features.
- Host: GitHub
- URL: https://github.com/webex/webapp-sdk-showcase
- Owner: webex
- Created: 2019-06-25T17:16:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T15:49:31.000Z (over 4 years ago)
- Last Synced: 2024-12-17T02:03:06.934Z (17 days ago)
- Language: JavaScript
- Size: 5.25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webapp SDK
WebApp SDK enables the third party users to develop a high quality of WebEx meeting client and rich feature tool with minor efforts. The main features include such as multiple-party of audio, video and content sharing conferencing, group in-meeting chat, WebRTC-powered tools etc. WebApp SDK APIs written in Javascript offers a wide range of features to fascinate a variety of services. The APIs communicate with the powerful WebEx back-end platforms to remove the burden of the communication complexity between clients and servers. With the SDK, the developers can focus on the UX development without worrying the service implementation.# SDK APIs
The APIs are given in doc/sdkApi.js. Not all of APIs have been implemented yet and we are in progress to develop the features.# SDK showcases
### PanTool
The source code is included in PanTool. PanTool.html displays a table to give the user to fill in the meeting information and the session paramters.
PanTool.js shows the basic call flow and APIs used to join a meeting. The current alpha version 0.2 supports join-meeting and start-meeting
with username/password.