mattermost-plugin-zoom icon indicating copy to clipboard operation
mattermost-plugin-zoom copied to clipboard

Decide whether to use PMI or not on instant meetings

Open larkox opened this issue 4 years ago • 3 comments

After #147 is merged, you will be able to create meetings with new IDs.

We would like to add a user setting set by slash commands (/zoom setting usePMI [true/false/ask]) to allow the user decide whether to use its PMI on instant meetings.

If the setting is set to ask, when it is going to create a meeting, they will receive an ephemeral message where they can choose to use the PMI or the new ID.

larkox avatar Aug 11 '20 10:08 larkox

I want to try this issue. Thanks a lot!

andrew-the-drawer avatar Oct 30 '20 15:10 andrew-the-drawer

@larkox I have a question: How can we send ephemeral post to user using postTypeZoom component? I tried but plugin.SendEphemeralPost(userID, post) doesn't render anything except Message. Or do I need to use other methods?

andrew-the-drawer avatar Nov 07 '20 10:11 andrew-the-drawer

Answered here: https://github.com/mattermost/mattermost-plugin-zoom/pull/181#issuecomment-726236418

larkox avatar Nov 13 '20 09:11 larkox