Getting started with the Google Meet REST API

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 31

  • @googleworkspacedevs
    @googleworkspacedevs  2 місяці тому

    Join us for a full day of learning and inspiration at the Google Workspace Developer Summit!
    🇺🇸 Boston, September 12: goo.gle/ws-dev-summit-24-boston
    🇩🇪 Berlin, September 17: goo.gle/ws-dev-summit-24-berlin

  • @ucmodulus
    @ucmodulus 2 місяці тому +7

    Even the documentation is rigged with errors especially the part where one needs to generate api_keys.
    No one on the internet has seemingly been able to integrate this feature on their website. I need a proper end-to-end video or properly vetted documentation. For now i'd use google calendar to achieve meetings for myself.

  • @adambledsoe2049
    @adambledsoe2049 5 місяців тому +1

    Loving the video updates, great job.

  • @michaelrugi6616
    @michaelrugi6616 14 днів тому

    Great Tutorial, I am able to get the attendance by just hitting a rest request with the meeting ID. then get attendance as a JSON output?

    • @googleworkspacedevs
      @googleworkspacedevs  12 днів тому

      Have a look at the developer documentation to see the response data: developers.google.com/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions#ParticipantSession

  • @user-qf3qq2gz9d
    @user-qf3qq2gz9d 4 місяці тому

    How do I overcome the 403 Permission denied on resource MeetingSpace (or it might not exist) error when trying to get the space name of other spaces besides the ones I create. Please asssist

    • @googleworkspacedevs
      @googleworkspacedevs  4 місяці тому +1

      Make sure you have the correct scopes defined as explained here: developers.google.com/meet/api/reference/rest/v2/spaces/get#authorization-scopes
      Also maybe also worth checking out the guide about the OAuth consent screen config: developers.google.com/workspace/guides/configure-oauth-consent

  • @daxingqiao
    @daxingqiao 5 місяців тому

    Love the video!

  • @AkashYadav-tc2lo
    @AkashYadav-tc2lo 4 місяці тому

    loved your video , I just have one question if in my project there would be different batches and on each batch manager and there employes should have a call anytime !
    So once the manager clicks on Start Call Button from client side and on manager email i should have to generate the meeting link from server side (node.js) and i have to send the meeting link to employees to join the call on client side on Attend Button .
    Now is it possible for me to have this kind of functionality in my project only by using google meets api (not using google calendar) ?

    • @googleworkspacedevs
      @googleworkspacedevs  4 місяці тому +1

      The Meet REST API allows users to schedule, join, and edit Meet calls within your app. You don't have to use the Calendar API for this.

    • @AkashYadav-tc2lo
      @AkashYadav-tc2lo 3 місяці тому

      @@googleworkspacedevs Thanks , one last question can i start the meet call only by taking the individual managers email id or it should be started by the project email ?

  • @user-fg5fd8mc1u
    @user-fg5fd8mc1u 3 місяці тому

    hi , i am trying to implement config accessType to OPEN , because i want that all the users from outside invite can join the meet, is there anything you can help with, because google technical support did not provide me proper solution.

    • @jorgeluisgaviriaserna8864
      @jorgeluisgaviriaserna8864 3 місяці тому

      did you find a way?

    • @user-fg5fd8mc1u
      @user-fg5fd8mc1u 2 місяці тому

      @@jorgeluisgaviriaserna8864 no mam , i gone through some documents have not found any proper solution.

  • @wizamit
    @wizamit 4 місяці тому

    Is it possible to allow users to join the meeting without having to wait for creator permission (clicking on "Allow" to join)?

    • @googleworkspacedevs
      @googleworkspacedevs  4 місяці тому +1

      You can set the SpaceConfig property when using the API. Check this for more information: developers.google.com/meet/api/reference/rest/v2/spaces#spaceconfig

    • @wizamit
      @wizamit 4 місяці тому

      @@googleworkspacedevs thanks. It worked.

    • @ucmodulus
      @ucmodulus 2 місяці тому

      Hi, please what language are you integrating with?
      I need assistance using the node.js/php library

  • @MichealUlasi
    @MichealUlasi 3 місяці тому

    I cannot embed google meet into my react or andriod app, or where do I find the documentation to do so?

    • @googleworkspacedevs
      @googleworkspacedevs  3 місяці тому

      With the Google Meet REST API you can create and manage meetings for Google Meet and offers entry points to your users directly from your app. You can learn more here: developers.google.com/meet/api/guides/overview
      The Google Meet Add-ons SDK lets you embed your app into Google Meet as an add-on where users can discover, share, and collaborate in the app without leaving Meet. Learn more here: developers.google.com/meet/add-ons/guides/overview
      Embedding Google Meet into other applications is currently not supported.

    • @MichealUlasi
      @MichealUlasi 3 місяці тому

      @@googleworkspacedevs We did implement google meet but the problem we are having is that we cannot pesent the google meet inside our application using . Rather we must just use a clickable button and when cicked it opens the google meet in a new window completely taking the users away from our app. This is not good because it breakes our entire app workflow. Secondly, we need to set a duration for the meeting and then perform other taks as the conference is on going. Thirdly, when the conference ends our app must again perform other task which isn't allow write now with this google meet api. So we are kind of having serious problem with the integration process and we have gone through the documentation and have not a functioning solution. Do you mind if we connect to help us understant what we can do to solve our problem. Whant to embed Google meet into our app and not our app into Google meet presently. Thakn you.

    • @MichealUlasi
      @MichealUlasi 3 місяці тому

      @@googleworkspacedevs We did implement google meet but the problem we are having is that we cannot pesent the google meet inside our application using . Rather we must just use a clickable button and when cicked it opens the google meet in a new window completely taking the users away from our app. This is not good because it breakes our entire app workflow. Secondly, we need to set a duration for the meeting and then perform other taks as the conference is on going. Thirdly, when the conference ends our app must again perform other task which isn't allow write now with this google meet api. So we are kind of having serious problem with the integration process and we have gone through the documentation and have not a functioning solution. Do you mind if we connect to help us understant what we can do to solve our problem. We to embed Google meet into our app and not our app into Google meet presently. Hence we would be happy to volunteer to Meet Embed SDK. Thakn you.

  • @gmlocarlos23
    @gmlocarlos23 5 місяців тому

    Great!

  • @sharifyy
    @sharifyy 2 місяці тому

    How to add users to the meet?

    • @googleworkspacedevs
      @googleworkspacedevs  2 місяці тому

      With the Meet REST API, you can programmatically create meeting spaces. But you do not actually "add" users to a meeting space.
      Maybe what you are looking for is to create a calendar event that invite users to? See developers.google.com/calendar

    • @ucmodulus
      @ucmodulus 2 місяці тому

      Hi, please what language are you integrating with?
      I need assistance using the node.js/php library

  • @bharadwajurma5932
    @bharadwajurma5932 4 місяці тому

    This is the most boring I ever saw!! I feel this is content is completely irrelevant.