nextcloud / spreed

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

Remove `alluserids` and similar lists from the signaling messages #13815

Open nickvergessen opened 2 weeks ago

nickvergessen commented 2 weeks ago

How to use GitHub


fancycode commented 1 week ago

The alluserids list is currently used so the signaling server knows which users to notify about changes in rooms (property changes, invites, disinvites, etc.). This especially is required for users not currently in the affected room (which the signaling server would know about), but for users that are not in the room and have it in the room list.

These users should update the room list according to the changes of such rooms.

Ideas: