
ZOOM Meeting - API integration with wordpress
- or -
Post a project like this- Posted:
- Proposals: 7
- Remote
- #2770708
- Awarded






Description
It's not a straightforward integration, otherwise I could do it myself.
I need someone that has lots of experience with Zoom and knows it well.
Please get in touch for more information.

Bahareh S.
100% (34)New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
Hi
Did you check the free plugin available for this? Thank youBahareh S.26 Mar 2020Yes I did, it keeps saying invalid access token. I have tried 2 different accounts.
-
Answer 1: You could solve this by bypassing the meeting id and name input by using the following url as your iFrame src, which takes you right into the meeting, https://zoom.us/wc/{{ meetindID }}/join?prefer=1&un={{ base64Encoded Name }} Example <iframe src="https://zoom.us/wc/{{ meetindID }}/join?prefer=1&un=TWluZGF1Z2Fz" sandbox="allow-forms allow-scripts" allow="microphone; camera; fullscreen"></iframe>
Answer 2: You need to have Webinar Registration Required turned off, and then use the uel={base64EncodedEmail} query param. For example: https://zoom.us/wc/123456789/join?prefer=1&un=bmFtZQ==&uel=ZW1haWxAZG9tYWluLmNvbQ==Bahareh S.26 Mar 2020Thanks Bret. I will try both and see if they work. Kind of you to post the help here!