aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/live/live-video-session.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Clearer live sessionChocobozzz2022-07-221-0/+3
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Support live session in serverChocobozzz2022-05-031-0/+16