alokr912 / moodle-mod_gotomeeting

Moodle GoToMeeting Integration
GNU General Public License v3.0
5 stars 6 forks source link

Multiple accounts implementation is not working #54

Open mubeen-juks opened 2 years ago

mubeen-juks commented 2 years ago

When multiple gotomeeting accounts are added, the plugin is not able to get meeting information correctly.

Looks like consumer_key and consumer_secret value for all accounts are not getting stored in DB. Only the last added account key and secret is getting stored as a plugin configuration key-value pair in DB. If I am not wrong, this can be updated to store consumer_key and consumer_secret in gotomeeting_licence table for each account.

alokr912 commented 2 years ago

I will look into it

alokr912 commented 2 years ago

I have fixed it

mubeen-juks commented 2 years ago

Will be good if you can share the fix. Not able to find the changes

cognizeadmin commented 2 years ago

Hi Mubeen,

I have fixed it, kindly pick it from master branch or share the detail of G2M credentials i will test it on my machine.

christy6953 commented 1 year ago

Hi, The plugin is not working properly when multiple accounts are added...some issues i have noticed... I have integrated this plugin with my moodle....but its not working consistently... its not redirecting to the goto meeting page some times.. I have checked it multiple times... i'm adding a screen recorded video link also to this please check link: https://youtu.be/AbOl2oUFJZo

One more issue i was facing is "incorrect function" error i used to get sometimes.... which i have already added in the Discussions.

alokr912 commented 1 year ago

Hi All,

This plugin is designed to have same consumer_key and consumer_secret for all licences, it works fine for all licenses.