summaryrefslogtreecommitdiffstats
path: root/appinfo/routes/routesRecordingController.php
AgeCommit message (Collapse)Author
2023-02-22Change recording status when notified by the recording serverDaniel Calviño Sánchez
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-14Add verification for the recording serverDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-01-18Fixes to share stored recordingVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-17Move dismiss stored notification to specific endpointVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-04Remove redundant "recording" at name of methodsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-26Add route to store recortingsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-12Moved methods of recording api to specific controllerVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>