nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.63k stars 434 forks source link

Allow to import list of participants #13451

Open nickvergessen opened 1 week ago

nickvergessen commented 1 week ago

How to use GitHub


E.g. CSV list of email,displayname to add many (at another place exported) participants easily

Antreesy commented 3 days ago

1) We do not currently have an API option for bulk adding of participants to reuse here (and during conversation creation). 2) Javascript should be able to generate CSV file for import/export, but if it's preferred to done on backend, also fine by me

Frontend:

Design note:

Participants setup dialog from conversation creation can be reused (to be called from Right Sidebar):

Image

nickvergessen commented 3 days ago

but if it's preferred to done on backend

The target usecase is events with up to 2k participants. I don't think we should send 2k add-participants requests for that 🙈

nickvergessen commented 3 days ago

The export is most likely from another product, not from another chat/conversation in first place. So not sure this makes sense to combine UI wise. Export needs to happen during/after a call/meeting.