jitsi-meet-outlook icon indicating copy to clipboard operation
jitsi-meet-outlook copied to clipboard

Possibility to configure text and meeting location from configuration / setup options

Open gillesdubois opened this issue 4 years ago • 1 comments

Hi,

After doing some review of your code I saw that location and body are static : image

Even if its not something important, I think it could be a nice addition to add the possibility to set a custom test for these parameters.

If this idea seem interesting to some people I can also help you to develop it and contribute :)

Regards, Gilles Dubois.

gillesdubois avatar May 11 '20 13:05 gillesdubois

Hi!

Do you mean you would like to add functionality so that the user can define what appears in the location field and the body?

If I understand you correctly, I am not opposed to the idea; what kind of solution do you have in mind?

One solution for the location field could be that the user fills in a text field, but can type in some dynamic parameters, e.g.: Location: Jitsi Meet at the following %url on %date Where the %url parameter would be programatically replaced by the meeting url, and %date with the date of the meeting.

This could add quite a bit of complexity to the code, though.

timetheoretical avatar May 16 '20 14:05 timetheoretical