-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Talk room for booked appointments #3480
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@jancborchardt @nimishavijay where shall we put the option to create a Talk room? Originally I thought about just having a checkbox at the end of the appointment modal that says "[ ] Create Talk room for every booked appointment". But there are also more advanced ways to do it. Do we also want to distinguish between in person meetings and Talk meetings? Calendly for reference. In that theme we could first offer a multiselect with two options
When In person meeting is picked, the Location field shows, otherwise we hide it and fill it with the Talk URL. |
Good idea to distinguish between virtual and in-person events!
These Talk rooms would stay in your list even after the meeting, no? Won't it make your list in Talk look cluttered? |
Well yes the user will have to clean up their convos. We can't do that automatically because we don't know if they should be kept or not. And I do not think we should recycle the room either because then every guest can see the previous guests, the call metadata, the chat messages and any local users who stayed in the convo. |
Ah yes good point, even if guests leave the chat messages would be there. I think we could just show all fields without making the user choose what type of meeting it is, it seems like just extra steps to me. So we could directly show the fields for: What do you think? cc @jancborchardt for any further input |
I wonder if it will be done? As I need this feature for planning appointments. Can I help somehow to deliver this feature faster? |
Ideally an admin could set, which video conferencing platforms are offered, as suggested in #4192, and the user can choose a preference. For jitsi based platforms the location creation even would not need any API call, just https://myjitsi.net/randomroomname For BigBlueButton based platforms a room could be booked from the corresponding app littleredbutton/cloud_bbb#137 |
Acceptance criteria
Work packages
The text was updated successfully, but these errors were encountered: