mattermost / mattermost-plugin-zoom

Zoom plugin for Mattermost :electric_plug:
Apache License 2.0
107 stars 68 forks source link

GH-154: Created the settings command to change the preferences for meeting creation #284

Closed Nityanand13 closed 10 months ago

Nityanand13 commented 1 year ago

Summary

This PR support /zoom settings command, so user can choose their preferences for creating a meeting. For now, the user will get an ephemeral post on running this command with 3 buttons Yes, No, and Ask.

  1. Yes : Allow the user to use his personal meeting id to start a meeting.
  2. No: Allow the user to use a unique meeting id to start a meeting.
  3. Ask: Ask the user whether he wants to use his personal meeting id or a unique meeting id to start a meeting.

    Ticket Link