Integerating zoom using PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • haidergohar
    New Member
    • Dec 2020
    • 2

    Integerating zoom using PHP

    Hey,

    I want to integrate the zoom in a website where online classes would be conducted. There may be at least 8 classes/meetings at a time. It should be on my website interface and shouldn't redirect to the zoom website for meetings. I want these integration done by PHP because whole the website is developed on PHP and there would some data stored in the database regards to meetings/classes. I searched a lot for this on google but couldn't find a way to do it in PHP. I think it may be something easy for JavaScript developers as mostly guidance/tutorials/ways for JavaScript/nodejs. But I'm unable to find a way for that in PHP.

    I'm just posting here to get the idea if that is possible in PHP or someone has done it in past and provide me some information/help regards to this project.
    Any suggestions and help would be highly appreciatable.

    Thanks!!!
  • dev7060
    Recognized Expert Contributor
    • Mar 2017
    • 656

    #2
    I want to integrate the zoom in a website where online classes would be conducted. There may be at least 8 classes/meetings at a time. It should be on my website interface and shouldn't redirect to the zoom website for meetings.
    Maybe the iframe tag can be used for embedding just like an embedded youtube video can be played inside a site.

    I want these integration done by PHP because whole the website is developed on PHP and there would some data stored in the database regards to meetings/classes.
    API documentation.

    Comment

    • haidergohar
      New Member
      • Dec 2020
      • 2

      #3
      Originally posted by dev7060
      The iframe tag can be used for embedding just like an embedded youtube video can be played inside a site.


      API documentation.
      I need not embed but to integrate it using the API. Sorry if my question is overwhelming you. I'm not much expert and consider me as an intermediate developer not much experienced with APIs. I integrated it but whenever I create a meeting using API in my website interface, then to join meeting it redirects to zoom website. Every meeting has a unique URL so I don't think it is kind of something that can be embedded. Basically, my question is about that if someone has already done and give me an idea that how to achieve it. Again sorry as I'm not much experienced with handling APIs :(

      Comment

      • dev7060
        Recognized Expert Contributor
        • Mar 2017
        • 656

        #4
        I integrated it but whenever I create a meeting using API in my website interface, then to join meeting it redirects to zoom website.
        Code?   ⠀⠀⠀⠀            

        Comment

        Working...