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

Allow to force a layout when joining a room - client #19173

Merged

Conversation

ramonlsouza
Copy link
Member

@ramonlsouza ramonlsouza commented Nov 20, 2023

What does this PR do?

Overrides meeting layout if enforceLayout is set as a custom parameter in the join request

It accepts any layout type - defined in

export const LAYOUT_TYPE = {
CUSTOM_LAYOUT: 'custom',
SMART_LAYOUT: 'smart',
PRESENTATION_FOCUS: 'presentationFocus',
VIDEO_FOCUS: 'videoFocus',
};

custom

Closes Issue(s)

(partially) closes #18878

Copy link

sonarcloud bot commented Nov 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ramonlsouza ramonlsouza marked this pull request as ready for review November 21, 2023 13:03
@ramonlsouza ramonlsouza added this to the Release 3.0 milestone Nov 21, 2023
Copy link

Automated tests Summary

All the CI tests have passed!

@TiagoJacobs TiagoJacobs merged commit d2fcf45 into bigbluebutton:v3.0.x-release Nov 22, 2023
28 checks passed
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.

None yet

2 participants