Description
I want to create an platform where users inserts the link (with meeting id and key )of zoom currently happening meetings and the user can view the meeting within my site. The video must be contain in a certain container of specific height and width. This is my first experience with zoom sdk.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
This is my first experience with zoom.
** my questions are ***
Do i even need a web sdk or i could just use api to fetch the meeting.
Does zoom provides the option to embed live meeting. In embedded video, It’s ok even if user is not able to interact with the video.
firstly my requirements are:
1.user logins to our system
2. enter the zoom meeting url containing meeting key and id
3. need to play the meeting/webinar inside the system without redirection.
problems that arise using above solution:
non-registered user will also have access to the streaming
lets say there are 20 different urls. live streaming in youtube would be a problem.
note: it’s okay for pop up to get user name and email. but final window that ask if meeting should be started within browser or from mobile/desktop-application should not be displayed. and meeting/webinar should start inside a container.