Show a webinar in a page of my website

Hi!
I would like to include the live webinar in a part of my website.
for example: www.mysite.com/livestream/1/ with the structure of my site and a box that shows the webinar.
Is there a javascript code already to make this?
Thank you!

Hi @sistemi,

Thank you for reaching out to us on our Developer Support Forum.

At this time, we do not have a ready to use implementation for your use case, but you can always create a custom implementation at your end.

You can consider using the retrieve webinar api, to display the webinar in your website.

Please let me know if you have other questions.

Thanks,

1 Like

Hi @ojus.zoom,

Thanks,
Now i’m able to get and display information for a webinar.
The result can be seen in this page: https://www.scratchandscreen.it/webinar/

Next step is to display in this page https://www.scratchandscreen.it/webinar/ directly the webinar, in this way visitor of website don’t have to jump to https://zoom.us/… .
It is possible to make this?

Thank you!

Hi @sistemi,

You can consider referring to our Javascript SDK.

Please note that if you want to join the webinar you will need to add your email to the userEmail property within the join method and set the role to 0 within the meetingConfig function.

Please let me know if that helps.

Thanks,

Hi @ojus.zoom,
Thank you for your answer.
It worked.

Now the only problem is that i should integrate a registration in the webinar.
But the response i get is:
errorCode: 1
errorMessage: “Not support registration webinar”
method: “join”
result: null
status: false

You think is possible to integrate a registration for the webinar in a webpage?

Thank you!

Hi @sistemi,

At this moment, the registration webinar is not supported in our Javascript SDK. It is in our future roadmap, although I cannot give you the exact timeline.

Please follow our changelog, to know our latest updates.

Thanks

1 Like