cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
2
Helpful
5
Replies

Embed Webex Webinar in a Web Application or React App

surya pruthvi
Level 1
Level 1

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.

 

5 Replies 5

surya pruthvi
Level 1
Level 1

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.

Janos Benyovszki
Cisco Employee
Cisco Employee

@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.

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.)

surya pruthvi
Level 1
Level 1

Thank you for your quick response @Janos Benyovszki
Can we embed or show a webex webinar using integrations? https://developer.webex.com/docs/integrations

Janos Benyovszki
Cisco Employee
Cisco Employee

@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 .