mattermost / mattermost-plugin-zoom

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

Meeting not getting created for running the slash command `/zoom start <meeting topic>` with a very long meeting topic on MM. #336

Closed arush-vashishtha closed 2 months ago

arush-vashishtha commented 8 months ago

Summary

Issue related to the limit in the Meeting topic while creating a meeting through the slash command /zoom start for a very long meeting topic in any desired channel or DM/GM on MM.

Steps to reproduce: Run the slash command /zoom start with a very long meeting topic in any desired channel or DM/GM on MM.

Expected result: The Zoom meeting should be created for very long meeting topic.

Actual result: Zoom meeting is not created for very long meeting topic.

Screenshots: 296213390-0966fd98-59fd-4082-9983-aa612834f32f

ayusht2810 commented 2 months ago

This is due to the character limit of 200 on the Zoom API. API image @AayushChaudhary0001