Zoom ,Zoom Integrations Webinar, Customization Of UI & API, Power your Apps with Zoom SDKs Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 109

  • @deniskomarov189
    @deniskomarov189 4 ปีที่แล้ว +5

    Works today! Only change I needed was to replace the password value with the passcode (from Zoom Profile settings). Also in the init() there was a webEndpoint: 'PSO web domain' property they added, which was not necessary for it to work. Because it kept triggering the join timeout error. Hope this helps some ppl out. Anyways great video, please do make the next one!

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว +1

      Thank you so much for the feedback much appreciated yes sure I will make following videos soon
      These videos are work in process
      after post-production, I will upload them.
      Here is list
      -----------------
      Webhook zoom
      WebApi integration
      Basic customization in zoom web SDK
      Zoom integration in PHP
      Zoom integration in MVC 5
      Zoom integration in vuejs ....

    • @deniskomarov189
      @deniskomarov189 4 ปีที่แล้ว

      ​@@theprogrammersgarage3754 Thanks for the reply! And that is a lot to work on. Those are excellent ideas for the long term, but I would try to focus on one particular topic and cover that. To keep up a regular video upload schedule. I know when I take on multiple projects there are many to-dos to make progress, but very little actually gets done (in terms of finishing any single product or video). With concentrated focus, we can accomplish more!
      I am particularly interested in whether it is possible to modify the Zoom UI. Since @22:00 you are suggesting we use html and css in the ZoomComponent? Would appreciate your input on this, thank you!

  • @sandeepbhor04
    @sandeepbhor04 3 ปีที่แล้ว +3

    Thank You. You provided me the solution for my small project.

  • @akibjaviddahya3954
    @akibjaviddahya3954 4 ปีที่แล้ว +2

    Hello All refer this site also this is very helpful with Khizar video

  • @victoramador9346
    @victoramador9346 3 ปีที่แล้ว +2

    What is the equivalent file for angular.json if I am using Laravel without angular?

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  3 ปีที่แล้ว

      you can directly put the zoom js link there as we do with bootstrap etc
      if you have found the solution kindly share it here with all of us...
      thanks

  • @danielfolarin9169
    @danielfolarin9169 4 ปีที่แล้ว +5

    this video open my eye to what i was missing. Great job

  • @rizwanrana1349
    @rizwanrana1349 3 ปีที่แล้ว +1

    Thankyou soo much for this helping tutorial

  • @_STF2023_the_camera.kinemaster
    @_STF2023_the_camera.kinemaster 3 ปีที่แล้ว +1

    Tks man for your help.
    I will start now create it.
    Greetings from Brazil.

  • @dancehood1317
    @dancehood1317 4 ปีที่แล้ว +3

    wonderful explanation thanks first of all.. I tried it too!. But my app becomes unresponsive to fit to mobile browser. Do you know how to resolve this issue. thanks in advance

    • @3dshopper820
      @3dshopper820 4 ปีที่แล้ว

      hey how did you solve this problem?

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      yes you can inject zoom component as child of another component from parent you can specify the height and width of whole zoom component

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      If nothing works for your responses I will suggest to you that you should play with the css we have custimize screen via css for our appp

  • @gaurav_singh_rana
    @gaurav_singh_rana 4 ปีที่แล้ว +3

    Hi , Nice Tutorial , Can you please Share Zoom Web Sdk integration in PHP Also

  • @riddhipatel2578
    @riddhipatel2578 3 ปีที่แล้ว +1

    What is i want to disabled participate controls like participate can't speak and also disable video

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  3 ปีที่แล้ว +1

      yeah that's very easy
      here is a sample you can do something like this
      this is just an example you can do a lot of stuff after zoom initialize using (CSS, JS)
      $('.ReactModalPortal .suspension-canvas-layer').after("your custom HTML footer");
      or you can use css $('element').dispaly: none;
      or you can remove from dom entirely etc ....
      hope you get the point

    • @riddhipatel2578
      @riddhipatel2578 3 ปีที่แล้ว

      @@theprogrammersgarage3754 thanks for your prompt reply

  • @waheed1987
    @waheed1987 3 ปีที่แล้ว +1

    Nice Tutorial,
    How to put the zoom window inside a div?

    • @kresji6873
      @kresji6873 3 ปีที่แล้ว

      i also want to know

  • @nokhbitajyal6744
    @nokhbitajyal6744 4 ปีที่แล้ว

    thank you so mush
    can you help me
    how i can put two api zoom account for two deferent host to put there in two pages and work meeting with deferent students in same time in one website ?

  • @3dshopper820
    @3dshopper820 4 ปีที่แล้ว +1

    great video sir, one question, what could be causing this error:
    cannot access 'ZoomVideoChatPageModule' before initialization
    ReferenceError: Cannot access 'ZoomVideoChatPageModule' before initialization
    at Module.ZoomVideoChatPageModule (zoom-video-chat-routing.module.ts:17)

    • @3dshopper820
      @3dshopper820 4 ปีที่แล้ว +1

      i created a button and is trying to route from a page to the zoom page and i keep getting this error from the router page

  • @DjCristi4n
    @DjCristi4n 4 ปีที่แล้ว +3

    working! nice tutorial, thanks !

  • @gugungunawan1172
    @gugungunawan1172 3 ปีที่แล้ว

    hai, nice video.
    i tried to follow step by step, but i dont find app-routing.module.ts on app directory. please help me.

  • @madhavmaheshwari3366
    @madhavmaheshwari3366 3 ปีที่แล้ว

    can you please make more video on zoom api?

  • @ehtashamshami6969
    @ehtashamshami6969 4 ปีที่แล้ว

    so you basically integrated the zooms app in your application like whatever is on the zoom app after start of meeting you just showed inside your application not to go somewhere else. Right?

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      yes we this is websdk and you can integrate zoom app into your andriod, ios and even in windows application all kind of zoom sdk are available

  • @meghagupta8309
    @meghagupta8309 4 ปีที่แล้ว +1

    Hi explaination is very good, I implement it but I am unable to join it gives me "Joining time out"

    • @akibjaviddahya3954
      @akibjaviddahya3954 4 ปีที่แล้ว

      I think you have to give real meeting Id And Password so it will directly redirect on Joining Meeting Page.

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      you need to update your web-sdk plus you need to make sure you have updated your sdk to latest version

  • @dancehood1317
    @dancehood1317 4 ปีที่แล้ว +1

    I'm also getting Reference $ is not defined. If I include in to index.html, this error is resolved.
    But whenever i do this, my app becomes unresponsive.

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      Dance Hood thanks for being on my channel !!
      I think you haven't define inputs and outputs in assets array in angular.json file
      you need to make sure your configuration matches these defined in the link below
      github.com/zoom/websdk-sample-angular/blob/master/angular.json#L25

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      plus I notice the version of zoom is 1.7.2 but zoom latest stable version is 1.7.7 so make sure to update zoom web SDK version as well

    • @akibjaviddahya3954
      @akibjaviddahya3954 4 ปีที่แล้ว

      Are you using Angular?

    • @3dshopper820
      @3dshopper820 4 ปีที่แล้ว

      @@akibjaviddahya3954 hey do uy know how to fix the issue of the app not fitting to mobile view after installing zoommtg?

  • @pushpull1025
    @pushpull1025 4 ปีที่แล้ว +3

    Hey this is a good video buddy, any plans for coming with a 2nd part?

  • @jerryruiz3346
    @jerryruiz3346 4 ปีที่แล้ว +1

    How I can track videos from cloud recording to Angular App? is possible?

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      yes its possible we are also doing something like that but we first download the video with an automated crown job from zoom then we upload to our s3 server and then use that video with video js to display in angular but you can do directly as well use zoom API to get video URL and use videojs to play video in angular

  • @jesuscerron3517
    @jesuscerron3517 3 ปีที่แล้ว +1

    Hello, and does this work on a mobile web?

  • @jyotirmayapati642
    @jyotirmayapati642 4 ปีที่แล้ว +2

    can you share the code of angular 9 to create a meeting

  • @kresji6873
    @kresji6873 3 ปีที่แล้ว +3

    nice tutorial, it would be better if you stop skipping the videos, use fast foward instead of jumping minute to minute, it confusing some ppl who really learn from zero. Also instead of copying something behind the scene like you copy something out of nowhere then paste it, you better show us the reference of text that you've been coppied, so we also know the reference and doesnt need to type all the code you've been copy paste.

  • @BAIZEB
    @BAIZEB 4 ปีที่แล้ว

    i implement the complete tutorials , no errors but no result.

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      most properly you need to update your zoom web-sdk

    • @BAIZEB
      @BAIZEB 4 ปีที่แล้ว

      @@theprogrammersgarage3754 can you please send me steps how to update ?

    • @BAIZEB
      @BAIZEB 4 ปีที่แล้ว

      @@theprogrammersgarage3754 can you please attach ur complete angular project or email at aurangzeb30@gmail.com . i will be very thank full to you .

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      @@BAIZEB
      npm i @zoomus/websdk
      npm install

    • @BAIZEB
      @BAIZEB 4 ปีที่แล้ว

      @@theprogrammersgarage3754 already did this but no luck

  • @davidibitoye7043
    @davidibitoye7043 4 ปีที่แล้ว +2

    please can you do a video to integrate zoom with php ?

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      lately, I have been very busy I will try 100 % today to make it today hopefully!

    • @SirBenky
      @SirBenky 3 ปีที่แล้ว

      @@theprogrammersgarage3754 has this been done?

  • @akibjaviddahya3954
    @akibjaviddahya3954 4 ปีที่แล้ว +1

    hello bro I need a reference for Livestream of zoom meeting on the angular website I know that all setting gives your page URL and everything but I am confused at what coding I need to do on angular page

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      okay there is no reference provided if you want to view the meeting as a stream but its 100% possible because we have done it with CSS and js if time permits this week I will try to make its second part which will cover some of these concepts.

    • @akibjaviddahya3954
      @akibjaviddahya3954 4 ปีที่แล้ว

      @@theprogrammersgarage3754 Please give me reference video if possible I badly need this

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      @@akibjaviddahya3954
      marketplace.zoom.us/docs/sdk/native-sdks/web/reference
      sample app github.com/tommygaessler/Zoom-Web-SDK-with-Angular
      angular app github.com/zoom/websdk-sample-angular
      go through all of this
      devforum.zoom.us/t/zoom-webinar-as--without-registration-and-login-and-user-should-have-no-control-i-want-to-share-just-video-and-audio/8508
      that's all I can do for you till now

    • @akibjaviddahya3954
      @akibjaviddahya3954 4 ปีที่แล้ว

      @@theprogrammersgarage3754I Have visited this all sites but I got in a result like how I can join into the meeting.
      My Task is to live stream of meeting on Angular webpage.
      Even I don't know how to generate a Streaming key and streaming URL for the angular webpage.

    • @riddhipatel2578
      @riddhipatel2578 3 ปีที่แล้ว

      I want to do same.

  • @sailibakalkar1536
    @sailibakalkar1536 4 ปีที่แล้ว +1

    can i add this angular project as a part of my html code??

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว +1

      yeah sure

    • @sailibakalkar1536
      @sailibakalkar1536 4 ปีที่แล้ว +2

      @@theprogrammersgarage3754 can i have a take a screenshot button in this...can you guide how can i achieve this..l

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      @@sailibakalkar1536 Just use JavaScript. generate button via javascript and append to zoom camera widget element
      here is a reference
      www.w3schools.com/jsref/dom_obj_pushbutton.asp

    • @DeepakMishra-dg6ce
      @DeepakMishra-dg6ce 4 ปีที่แล้ว

      @@sailibakalkar1536 Hey ! Can I've your number ?

  • @juanamariavazquez5383
    @juanamariavazquez5383 3 ปีที่แล้ว

    How do I add the sdk in prestashop? Help me

  • @jagannathmahapatra8057
    @jagannathmahapatra8057 2 ปีที่แล้ว

    Sir, am getting this error :- ./node_modules/@zoomus/websdk/dist/zoomus-websdk.umd.min.js
    Module parse failed: Unexpected token (2:1127836)
    You may need an appropriate loader to handle this file type.

  • @sherazsayed
    @sherazsayed 3 ปีที่แล้ว

    hey can i do this thing in moodle?

  • @tarungeorge8497
    @tarungeorge8497 4 ปีที่แล้ว +1

    Hi do you have personal email Id ? To discuss my query that I have . It’s regarding integration of zoom for telemedicine app .

  • @aftabhussain4903
    @aftabhussain4903 3 ปีที่แล้ว

    Zoom Meeting Integration with asp.net .. can help me with MVC

  • @ophiasmazivanhanga3936
    @ophiasmazivanhanga3936 4 ปีที่แล้ว

    Hello thanks for the Video. But Iam getting this error on zoom
    Joining meeting timeout.
    Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      Check your app is it using https and secondly update your web sdk to latest version
      and lastely check out zoom dev form

    • @riddhipatel2578
      @riddhipatel2578 3 ปีที่แล้ว

      Getting same error

  • @pradeepdhankhar
    @pradeepdhankhar 4 ปีที่แล้ว

    Nice no errors showing but no result "loading-layer have 0 init" unable to connect to webinar

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      You need to update your zoom web-sdk to latest and on zoom dev-form there is info about new update version

  • @فلسطينيوافتخر-و4ك
    @فلسطينيوافتخر-و4ك 4 ปีที่แล้ว

    can you build app messaging plz

  • @sudarshangadekar1765
    @sudarshangadekar1765 4 ปีที่แล้ว +1

    Join meeting not opening on client side??

  • @niranjank4208
    @niranjank4208 4 ปีที่แล้ว

    Is gallery view possible from this sdk

  • @MoAdel92
    @MoAdel92 3 ปีที่แล้ว

    i need a good tutorial integration zoom sdk to iOS and android apps

  • @sanisahani818
    @sanisahani818 4 ปีที่แล้ว

    Clean we integrate zoom with flutter

  • @jmainex
    @jmainex 4 ปีที่แล้ว +1

    Hey man, how do i get the source code?

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  3 ปีที่แล้ว +1

      sorry I was very busy in development I have 3 more videos pending on this serious and I wasn't able to publish it hopefully very soon I will upload complete series and source code

    • @jmainex
      @jmainex 3 ปีที่แล้ว

      @@theprogrammersgarage3754 super, we're looking forward to it

  • @sivapolagani7963
    @sivapolagani7963 4 ปีที่แล้ว +1

    I'm getting this warning
    WARNING in C:\Users\siva\Downloads\zoom-integration\src\app\zoom\zoom.component.ts depends on '@zoomus/websdk'. CommonJS or AMD dependencies can
    cause optimization bailouts.
    For more info see: angular.io/guide/build#configuring-commonjs-dependencies

  • @BAIZEB
    @BAIZEB 4 ปีที่แล้ว

    Cannot read property 'meetingNum
    ber' of undefined

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      you need to define meeting number in configuration of object as I'm passing while I'm calling initialization method in constructor

    • @BAIZEB
      @BAIZEB 4 ปีที่แล้ว

      now i pass all values hard coded but no error and no result , just black window that sit

    • @theprogrammersgarage3754
      @theprogrammersgarage3754  4 ปีที่แล้ว

      @@BAIZEB
      First of all, you need to do
      npm install
      to update all package mainly zoom web SDK
      2ndly if you want to get meeting id from database then for example
      do XHR request after ngViewInit to get meeting id
      THEN call the config method where you need to pass the received meeting id
      and as I told you in most cases in zoom many peoples don't update there zoom web SDKso I would highly recommend reinstall or update or just do npm install and I think this can resolve your issue. I hope it works Have good day!

  • @bolero9932
    @bolero9932 3 ปีที่แล้ว +1

    Please attach your final source code!

  • @MusicWorld04883
    @MusicWorld04883 2 ปีที่แล้ว

    please share the source code of it

  • @Anuj_Kumar_1
    @Anuj_Kumar_1 4 ปีที่แล้ว

    GitHub link?

    • @akibjaviddahya3954
      @akibjaviddahya3954 4 ปีที่แล้ว

      marketplace.zoom.us/docs/sdk/native-sdks/web/reference
      sample app github.com/tommygaessler/Zoom-Web-SDK-with-Angular
      angular app github.com/zoom/websdk-sample-angular