My partner has a company where they earn their money with consults face to
face (those where the days) with their clients. I developed a 4D
application with the clients-/contactdata, appointments, scheduling,
invoicing, that kind of stuff. The clients maintain their profile data
including their actual mailadres themselves. The consults between employees
and clients =can be 1:1, 1:many, as well as many to many.
In the 'Corona-era’ the consults should be done online by
videoconferencing. I hope I can use the Zoom-API to setup the consults as a
Zoom-meeting with the right participants using my contacts database and
appointment scheduling.

Op 6 apr. 2020, om 15:40 heeft Julio Carneiro via 4D_Tech <
4d_tech@lists.4d.com> het volgende geschreven:

Just curious, what’s the objective of ‘integrating’ a 4D app with zoom?
what would one get that is not possible with a screen share? or that is
more powerful than simply copy/paste a zoom link?

I just don’t get it...

On Apr 6, 2020, at 08:09, Rob Laveaux via 4D_Tech <4d_tech@lists.4d.com>
wrote:



On 6 Apr 2020, at 12:19, b nonymus via 4D_Tech <4d_tech@lists.4d.com> wrote:

Nobody who has an idea how to integrate a 4D (V15) application with the
Zoom Video Conferencing platform (setup a conference, join in meetings). Or
didn’t I make my point clear? Any clue would be helpful...


Hi Marius,

I have not done this. But Zoom offers a REST API which is described here:
https://marketplace.zoom.us/docs/api-reference/zoom-api

The API doesn’t look to difficult. On the 4D side it is mostly a matter of
using the command “ HTTP Request”.

First step is to register your application at Zoom, in order to get a
Client ID and Client Secret.

Second step is to setup the OAuth 2.0 part so that you can get an
authorization, refresh and access token. The access token, must then be
included as a HTTP header in subsequent requests.

Next steps are to implement the Create Meeting and Add Meeting Registrant
endpoints. When you create a meeting or add a registrant, it will return a
“join URL”. Keep this URL in your database. You can use it with OPEN URL or
WebArea to joing the meeting.

There might be other end points you want to use, but these ones cover the
basics.

HTH,

- Rob Laveaux

--------------------------------------------------------
Pluggers Software
Scholekstersingel 48
2496 MP  Den Haag
The Netherlands

Email: rob.lave...@pluggers.nl
Website: http://www.pluggers.nl

--------------------------------------------------------



**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************


--
Julio Carneiro
jjfo...@gmail.com




**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to