Daniel Calviño Sánchez

Results 51 issues of 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...

bug
3. to review
backport-request
feature: files

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...

2. developing

### ⚠️ 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...

bug
1. to develop

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...

1. to develop
bug
feature: WebRTC 🚡
feature: frontend 🖌️
client: 🤖🍏 mobile
feature: call 👥

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...

1. to develop
bug
feature: frontend 🖌️
feature: call 👥

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...

1. to develop
bug
low
feature: signaling 📶

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....

1. to develop
bug
feature: WebRTC 🚡

[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...

1. to develop
bug
feature: WebRTC 🚡
feature: frontend 🖌️

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...

1. to develop
bug
low
feature: chat 💬
feature: frontend 🖌️

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...

1. to develop
bug
medium
feature: WebRTC 🚡
feature: call 👥