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 html5 user to join in any breakout room #5827

Merged
merged 7 commits into from Jul 12, 2018

Conversation

Tainan404
Copy link
Member

  • Add a method for request a breakout room join url.
  • Create a UI for select breakout room.
  • Remove breakout url getter in nav bar
  • Allow users gets all breakouts when is free join breakout rooms.

Closes #5562.

}
return '';
};
const getBreakouts = () => Breakouts.find().fetch().sort((a, b) => a.sequence > b.sequence);
Copy link
Member

Choose a reason for hiding this comment

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

I believe you can sort without fetch() -- https://docs.mongodb.com/manual/reference/method/cursor.sort/

// leave main room's audio when joining a breakout room
AudioService.exitAudio();

window.open(breakoutURL);
window.open(url);
mountModal(null);
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

line break

Copy link
Member

@antobinary antobinary left a comment

Choose a reason for hiding this comment

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

Tested, works well! 👏 @Tainan404

@antobinary antobinary merged commit 97fb0e9 into bigbluebutton:v2.0.x-release Jul 12, 2018
@Tainan404 Tainan404 deleted the issue-5562 branch July 12, 2018 18:39
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.

None yet

3 participants