fix/call-status-and-video-recording #22

Merged
subhajit.pal merged 2 commits from fix/call-status-and-video-recording into main 2026-08-24 07:38:06 +00:00
Collaborator

Handle expired active calls

  • Prevent users from joining calls that have already expired.
  • If a call was not marked as ended gracefully (e.g. all peers closed their tabs), the call status is now updated when an expired call is detected.

Fix recorded video cropping

  • Updated the compositor to calculate video dimensions dynamically and correctly.
  • Prevents recorded videos from being incorrectly cropped due to incorrect video size calculations.
**Handle expired active calls** - Prevent users from joining calls that have already expired. - If a call was not marked as ended gracefully (e.g. all peers closed their tabs), the call status is now updated when an expired call is detected. **Fix recorded video cropping** - Updated the compositor to calculate video dimensions dynamically and correctly. - Prevents recorded videos from being incorrectly cropped due to incorrect video size calculations.
kushal.saha added 2 commits 2026-08-24 06:52:32 +00:00
- Calculate video dimensions dynamically in the compositor.
- Ensure recorded videos are rendered with the correct size and aspect ratio.
- Mark the call as ended when it has expired but was not gracefully terminated.
- Prevent users from joining calls that are already expired due to peers closing the tab or an ungraceful call termination.
subhajit.pal merged commit 0aec99f575 into main 2026-08-24 07:38:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: subhajit.pal/sls#22
No description provided.