Use Nextcloud session ID instead of signaling session ID in Video component
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 587
- Avg merge
- 18h 27m
- Merged PRs (30d)
- 333
Description
When the HPB is used the peerId of CallParticipantModel is the signaling session ID. However, the peer and participant data use the Nextcloud session ID instead, so the data is never found.
Usually this is not a problem, as the peer and participant data is used as a fallback when the information is not available in the call participant model, but it would be better to fix it anyway.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Video component and tracing how it reads peer and participant data from CallParticipantModel. Compare the peerId used there with the Nextcloud session ID used by the peer and participant data. Done means the data is found when the HPB provides a signaling session ID, without relying on fallback behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- audio-video-rtc, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100