Skip to content

feat: add permanent call rooms frontend#17332

Open
DorraJaouad wants to merge 5 commits intomainfrom
fix/noid/voice-rooms-frontend
Open

feat: add permanent call rooms frontend#17332
DorraJaouad wants to merge 5 commits intomainfrom
fix/noid/voice-rooms-frontend

Conversation

@DorraJaouad
Copy link
Copy Markdown
Contributor

@DorraJaouad DorraJaouad commented Mar 10, 2026

☑️ Resolves

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

🏚️ Main view 🏡 New conversation
image image

🚧 Tasks

  • Breakout rooms should be forbidden from backend

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Integrations with Files sidebar and other apps
    • Not risky to browser differences / client
  • 🖌️ Design was reviewed, approved or inspired by the design team
  • ⛑️ Tests are included or not possible
  • 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required

@DorraJaouad DorraJaouad added this to the 🏖️ Next Major (34) milestone Mar 10, 2026
@DorraJaouad DorraJaouad requested a review from Antreesy March 10, 2026 14:47
@DorraJaouad DorraJaouad self-assigned this Mar 10, 2026
@DorraJaouad DorraJaouad force-pushed the fix/noid/voice-rooms-frontend branch from da45f4f to c7c16bc Compare March 18, 2026 11:08
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
@DorraJaouad DorraJaouad force-pushed the fix/noid/voice-rooms-frontend branch from c7c16bc to 13f01e7 Compare March 23, 2026 12:30
Copy link
Copy Markdown
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

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

Otherwise no objections, clean and simple. Let's wait for design feedback!

Two cents from me to discuss:

  • when you're the first joined, shoud the waiting music be playing?
  • when you're joining a 'voice room', should camera be enabled?

}
},

async joinCallAutomatically() {
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.

Maybe safer would be to pass a needed token? Both places it's used should have it

Suggested change
async joinCallAutomatically() {
async joinCallAutomatically(token) {

console.info('Leaving call')
}

if (this.isVoiceRoom) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

should not be guest too

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔃 Permanent call rooms

2 participants