Commit graph

9 commits

Author SHA1 Message Date
Joas Schilling
1ccbf67da2
chore: Run SPDX convertor
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-26 13:02:15 +02:00
Joas Schilling
9d3424ec2a
Adjust route apiVersion for OpenAPI compatibility
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-06 12:41:10 +02:00
Daniel Calviño Sánchez
24bb1cf20f Change recording status when notified by the recording server
Before the recording status was immediately changed by the Nextcloud
server when a recording was started or stopped. However starting or
stopping (but mostly starting) can take some time due to the
initialization of the display and audio device, starting the browser,
joining the call... so the recording status did not match the actual
status.

To address that now the recording server sends a notification back to
the Nextcloud server when the recording actually started or stopped, and
only then the Nextcloud server changes the recording status.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-02-22 02:41:25 +01:00
Daniel Calviño Sánchez
4e0bf7360f Add verification for the recording server
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-02-14 10:37:19 +01:00
Vitor Mattos
cb967754ab
Fixes to share stored recording
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-18 16:55:00 -03:00
Vitor Mattos
4cc5f43b56
Move dismiss stored notification to specific endpoint
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-17 15:24:18 -03:00
Vitor Mattos
c08f92ead5
Remove redundant "recording" at name of methods
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-04 16:09:17 -03:00
Vitor Mattos
94c14c08f7
Add route to store recortings
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-26 11:38:57 -03:00
Vitor Mattos
b06786de25
Moved methods of recording api to specific controller
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-12 14:26:59 -03:00