blindsidenetworks / mattermost-plugin-bigbluebutton

BigBlueButton plugin for Mattermost :electric_plug:
Apache License 2.0
89 stars 43 forks source link

Version 4.0.1 has too many clicks to join a meeting #168

Closed nough closed 3 years ago

nough commented 3 years ago

In the latest full release of the plugin, users click "join meeting", and then get a private message (visible only to you) with the link to join the meeting. This adds an extra step and creates confusion for certain users, e.g.

harshilsharma63 commented 3 years ago

Hmmm, I understand the pain point here. We cannot avoid the high level approach, which is click on a button to get the joining link, then open the joining link. But I have a few ideas about making the join link easy and quick to access. Let me try it out and I'll share the prototype here.

nough commented 3 years ago

Why was this implemented? Versions of the plugin before 4.0 don't require a second click, they just join you to the meeting directly.

On Wed, 4 Aug 2021, 01:40 Harshil Sharma, @.***> wrote:

Hmmm, I understand the pain point here. We cannot avoid the high level approach, which is click on a button to get the joining link, then open the joining link. But I have a few ideas about making the join link easy and quick to access. Let me try it out and I'll share the prototype here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/blindsidenetworks/mattermost-plugin-bigbluebutton/issues/168#issuecomment-892267516, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHJDVZLLKRCYKCUFN4P2XLT3CEANANCNFSM5BAVFTIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

harshilsharma63 commented 3 years ago

@nough it's needed for supporting Mattermost mobile app. Before v4 you weren't able to join meeting from the mobile app. Now you can.

nough commented 3 years ago

Ok, thanks for the update. We don't use the mobile app, so weren't aware of the issue.

May I suggest an addition to the changelog that states the change?

On Wed, 4 Aug 2021, 09:08 Harshil Sharma, @.***> wrote:

@nough https://github.com/nough it's needed for supporting Mattermost mobile app. Before v4 you weren't able to join meeting from the mobile app. Now you can.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/blindsidenetworks/mattermost-plugin-bigbluebutton/issues/168#issuecomment-892456797, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHJDV2FNMPT6RZZTJRWIXTT3DYQRANCNFSM5BAVFTIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

harshilsharma63 commented 3 years ago

No worries, mobile access was a huge demand :)

harshilsharma63 commented 3 years ago

@nough the idea I had in mind doesn't work. For now, this is the best possible approach which covers desktop and mobile.