nextcloud / nextcloud/spreed

Use Nextcloud session ID instead of signaling session ID in Video component

Open
#5,832 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug feature: call 📹 feature: frontend 🖌️
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.