Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix video rooms not showing share link button #12374

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

toger5
Copy link
Contributor

@toger5 toger5 commented Mar 26, 2024

Video rooms are not marked as isViewingCall() === true.
So they did not show the share link button.
changed the logic to:
isViewingCall() || isVideoRoom(room)

Should we consider changing isViewingCall to already do the check if the room is a video room?
Signed-off-by: Timo K toger5@hotmail.de

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • Sign-off given on the changes (see CONTRIBUTING.md).

Signed-off-by: Timo K <toger5@hotmail.de>
@toger5 toger5 requested a review from a team as a code owner March 26, 2024 10:19
@toger5 toger5 added the T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems label Mar 26, 2024
@toger5 toger5 added this pull request to the merge queue Mar 27, 2024
Merged via the queue into develop with commit f23c992 Mar 27, 2024
26 checks passed
@toger5 toger5 deleted the toger5/fix-share-link-not-shown-in-video-rooms branch March 27, 2024 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants