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]
- Download and install all prerequisite modules in your application.
- Add meeting_overview and configuration_overview page at navigagtion.
- Run the application.
- Create a zoom server to server OAuth application from here.
- signup to zoom marketplace and click on build app
- create select server to server oauth by following zoom documentation.
- 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.
- 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