GotoMeeting plugin
Description
The GotoMeeting plugin is a JCall provider for GoToMeeting.
The plugin allows to create video conferences (GoToMeeting), and webinars (GoToWebinar) directly from your Digital Workplace.
It supports connections tracking (who has connected, when and for how long).
Installation
GoToMeeting plugin setup
For a member to be able to organize meetings from the Digital Workplace:
- the plugin must be set up by an administrator beforehand
- the member must sign in with its GoToMeeting account in its profile
1. Administrator settings
To set up the plugin, you need to:
- create a GoToMeeting developer account (https://developer.goto.com/guides/HowTos/01_HOW_developerAccount/)
- connect to https://developer.goto.com and create an OAuth client (https://developer.goto.com/guides/HowTos/02_HOW_createClient/)
At OAuth client creation, you will be asked to:
- fill in the redirection URI:
<jplatform_webapp_url>/plugins/GoToMeetingJCallPlugin/jsp/oauth/goToMeetingOAuthCallback.jsp
- select the scope: GoToMeeting, GoToWebinar, or GoToTraining
Once you have created the OAuth client, copy the client ID and client secret and enter them in the plugin properties:
- OAuth client ID
- OAuth client secret
Enabling the GoToWebinar service
If you have subscribed to GoToWebinar, you can enable this service in the plugin properties. When a user creates a meeting, GoToWebinar will appear in the list of available services.
2. Sign in to GoToMeeting
To use the GoToMeeting plugin, each user must have a GoToMeeting account and sign in with that account in their profile.
e.g. If you have installed the ESN plugin, go to your profile, modify it, and go to the Access tab
Declaring GoToMeeting or GoToWebinar as the Default Service
If you want the GoToMeeting (or GoToWebinar) service to be the default service to use, go to the JCall module properties, and in the Video Conferencing Service property, enter gotomeeting
(or gotowebinar
).
References
- GoToMeeting API rate limits : https://developer.goto.com/guides/FAQ/Ref-Rate-Limits/