Skip to content

Fix missing Leave call button for guests in voice rooms - #19353

Open
Naved994 wants to merge 1 commit into
nextcloud:mainfrom
Naved994:fix/18844-leave-call
Open

Fix missing Leave call button for guests in voice rooms#19353
Naved994 wants to merge 1 commit into
nextcloud:mainfrom
Naved994:fix/18844-leave-call

Conversation

@Naved994

@Naved994 Naved994 commented Sep 9, 2026

Copy link
Copy Markdown

Problem

Guests in voice rooms can join a call, but the "Leave call" button is hidden, leaving them without a clear way to leave the call through the UI.

Change

Updated the call button visibility logic so that:

  • Guests who are not in a voice-room call do not see the call button.
  • Guests who have already joined the call can see the "Leave call" button.
  • Existing behavior for other users remains unchanged.

Implementation

Updated src/components/CallView/BottomBar.vue to use the current call state when deciding whether to display the CallButton.

Addresses #18844

Signed-off-by: Naved <151965072+Naved994@users.noreply.github.com>

@Antreesy Antreesy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be always shown now, because isInCall is always truthy.

Please read the issue before implementation,this change doesn't address raised questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants