Daniel Espino García

Results 339 comments of Daniel Espino García

What we can do right now is check the PMI to be a valid PMI (!= -1), and if the PMI is invalid, not create the meeting and tell the...

@aaronrothschild Maybe not the best usecase, but maybe a flow could work here. Something like: User: /zoom schedule Bot: Select Topic User: My new meeting Bot: Select Date (dd/mm/aaaa) User:...

As a first approach we would like to: - Add a slash command (`/zoom schedule`) that will open an interactive dialog - In the interactive dialog you can set the...

@levb Maybe it is not the best approach, but what about using the settings panel for this? `/zoom teamSettings` might show a settings panel to configure all this for the...

As a first approach we could do the following: - Add a new command only available for sys admins like `/zoom teamsettings`. This will open a interactive dialog to introduce...

I will leave @aaronrothschild to make the final decission, but here is my take. A meeting started from certain team will use the team settings. Therefore, if I belong to...

> Set aside security concerns for a second, is there anything that would stop us technically from just adding "Zoom URL" to the /zoom teamsetting If we set security aside,...

@lantrungseo the `Type` property of the Post will be rewritten to "ephemeral", so you want to pass the type into the post props. You can see an example in the...

That should do the trick. Have you updated the custom type files in the plugin webapp code to handle your version?