Embed Webex Webinar in a Web Application or React App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 04:36 AM
I am looking to embed Webex webinars into my React application.
I am able to embed a Webex meeting using WebexMeetingWidget from https://github.com/webex/widgets
But the same widget is not working for a Webex webinar link
I'm eager to explore potential solutions for embedding webinars, whether through the above widget or alternative widgets. Any help is appreciated.
- Labels:
-
Webex Developer
-
Webex SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:41 AM
Thank you @Janos Benyovszki and @dstaudt.
Could we use an iframe for embedding? I understand there may be concerns with "Content Security Policy" related to cross-domain embedding, However, if we try embedding the webinar URL within a website on the same domain or sub-domain, would that be effective ?
Additionally, do you have any insight into whether there are plans to introduce support for webinars using widgets or SDKs in the future?
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2024 12:46 AM
@surya pruthvi unfortunately not, Integrations are a way to generate OAuth access tokens for users to communicate with the Webex APIs. It does not have client sided capabilities.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 10:12 AM
2 cents...
As Janos mentions, you could perhaps host a video player that connects to the live stream of an ongoing webinar (assuming the webinar is configured to stream). I'm not sure what webinar features would be available to the viewer - likely anything beyond just viewing the main stream as a video would be out of scope (e.g. webinar chat, Q&A, content-sharing, etc.)
Implementing such a player in your app would be likely out of the scope of Webex developer support, and you would look to the streaming provider's SDK/dev support.
The other main option would be to "cross launch" the webinar into a new browser window - this of course means it's not an integrated experience, but gives the attendeed **ll features (and keeps your work to a bare minimum.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 07:35 AM - edited 05-17-2024 07:47 AM
Thank you for your quick response @Janos Benyovszki
Can we embed or show a webex webinar using integrations? https://developer.webex.com/docs/integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 11:45 PM
@surya pruthvi indeed the JS SDK and the widgets are not yet capable of handling webinars. The only alternative for embedding / live streaming webinars would be https://help.webex.com/en-us/article/a6cmw/Live-stream-meetings-and-webinars .
