Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable30] Fix using signaling session ID instead of Nextcloud session ID #12983

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Aug 15, 2024

Backport of #12961

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

CallParticipantModels provide the signaling session ID and the Nextcloud
session ID. When the internal signaling server is used both IDs are the
same, but not with the external signaling server. The session ID in the
participant and peer data provided by the Nextcloud server is the
Nextcloud session ID, so no participant or peer data was found in the
CallView components when the external signaling server was used, as the
data was looked for using the signaling session ID.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
"guestName" in "LocalVideo" is unused since "NcAvatar" was replaced by

"AvatarWrapper" in 973a735.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
@Antreesy Antreesy force-pushed the backport/12961/stable30 branch from 6819258 to 9faaed2 Compare August 15, 2024 08:44
@Antreesy Antreesy marked this pull request as ready for review August 15, 2024 08:47
@Antreesy
Copy link
Contributor

Rebased, resolved, tested

@Antreesy Antreesy enabled auto-merge August 15, 2024 08:47
@Antreesy Antreesy merged commit 29d9f32 into stable30 Aug 15, 2024
48 checks passed
@Antreesy Antreesy deleted the backport/12961/stable30 branch August 15, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants