Daniel Calviño Sánchez
Daniel Calviño Sánchez
Unlike the initial quota display, the updated quota display used the quota rather than the total available space. Due to this there was a "jump" in the quota when the...
The integration tests pass in latest 23 (v23.0.8rc1), but fail in latest master and 24. Due to that this pull request is kept as _Developing_ until that is clarified. These...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
When a participant joins with audio or video the other participants establish a connection with that participant, and if the connection fails it is automatically reconnected. However, when a participant...
Although the specific steps below are a regression introduced in Talk 9 with the handling of conflicts between sessions the issue is unrelated to that. It could be tested too...
If I am not mistaken this needs to be fixed both in Talk and in the external signaling server; in Talk [the `update` messages should include the session IDs of...
After an ICE failure an ICE restart may be triggered. However, if there is another ICE failure while the negotiation is still happening then no further ICE restarts are triggered....
[When the MCU is used](https://github.com/nextcloud/spreed/blob/405fb8c15330b39493b44d38bf347b953fd6d75a/js/webrtc.js#L887-L897) `checkPeerMedia` is used [to unmute audio and video when some bytes were received according to the media track stats](https://github.com/nextcloud/spreed/blob/405fb8c15330b39493b44d38bf347b953fd6d75a/js/webrtc.js#L839). However, it seems that in some...
When a message is deleted a system message with type `message_deleted` is added; [those messages are not rendered](https://github.com/nextcloud/spreed/blob/d4b1f21d9848de61341a4c2ce68398548267bb97/src/components/MessagesList/MessagesList.vue#L176-L178). When the last read message is updated it is checked if the...
When publishing permissions change, or when a call is started without an audio or video device and then the device is selected during the call, WebRTC connections need to be...