Zoom Meeting Connector

Content Type: Module
Categories: Connectors

Overview

This module is for integration of zoom meeting to mendix application using server to server authentication. 

Documentation

Description

This module is for integration of zoom meeting to mendix application using server to server authentication. 




Typical usage scenario

When there is need to integrate zoom meeting and managing zoom meeting from mendix application.




Features and limitations

  • Create Meeting.
  • Update Meeting.
  • Delete Meeting.
  • Join Meeting.
  • User cannot add invitees  in the meeting.
  • User can only set attributes meeting name, time, agenda, duration.

Dependencies [optional]

  • mendix 9.12.4 or higher

Installation [optional]

  1. Download and install all prerequisite modules in your application.
  2. Add meeting_overview and configuration_overview  page at navigagtion.
  3. Run the application.
  4. Create a zoom server to server OAuth application from here.
  5. signup to zoom marketplace and click on build app
  6. create select server to server oauth by following zoom documentation.
  7. Now inside mendix app go to configuration_overview page click New button fill name as default enter all details you get from zoom app and save.
  8. Go to meeting overview page there you can see all the meetings list and create, update, delete,join meetings. 

Releases

Version: 1.0.0
Framework Version: 9.12.4
Release Notes: initial