Commit graph

10 commits

Author SHA1 Message Date
Joas Schilling
ece1decade
feat(calls): Support "Send call notification" for and with federated users
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-26 16:07:28 +02:00
Joas Schilling
c8b9e8d785
Merge pull request #12962 from nextcloud/get-call-peers-by-federated-users
Get call peers by federated users
2024-08-15 09:49:18 +02:00
Daniel Calviño Sánchez
6202e059a6
fix: Get call peers from federated servers
The call peer data is used by the iOS app to get information about the
peers in the call before the connection with the signaling server is
established, so the data can not be got from signaling messages and the
peer data endpoint should be available also in federated conversations.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-08-15 09:17:39 +02:00
Joas Schilling
b4a8af6a9a
fix(federation): No notification for call summary and other system messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-15 09:00:42 +02:00
skalidindi53
559c05ba72 feat: Added tests for recording consent of federated conversations
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
2024-08-09 12:27:41 -05:00
Joas Schilling
e0bf7e2270
fix(call): Add integration tests for end-for-everyone and silent calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-31 23:06:57 +02:00
Joas Schilling
eb345e7732
fix(call): Fix integration test mix up of local and remote rooms
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-31 13:40:00 +02:00
Daniel Calviño Sánchez
0af497dde0
test: Add integration tests for call notifications
[skip-ci]

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-07-31 13:37:38 +02:00
Daniel Calviño Sánchez
9b526a0365 feat: Update call flags by federated participants
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-07-26 11:50:52 +02:00
Daniel Calviño Sánchez
e3f3146fbb feat: Join and leave calls from federated conversations
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-07-25 23:32:39 +02:00