Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Invite dialog fixes #4304

Merged
merged 4 commits into from
Jun 11, 2019
Merged

Invite dialog fixes #4304

merged 4 commits into from
Jun 11, 2019

Conversation

zbettenbuk
Copy link
Member

No description provided.

@zbettenbuk zbettenbuk added the mobile Issue related to any mobile system running Jitsi Meet label Jun 5, 2019
virtuacoplenny
virtuacoplenny previously approved these changes Jun 5, 2019
react/features/large-video/actions.js Outdated Show resolved Hide resolved
// HOWEVER: We don't want to show poltergeist or other bot type participants on stage
// automatically, because it's misleading (users may think they are already
// joined and maybe speaking).
for (let i = participants.length; i > 0 && !participant; i--) {
Copy link
Member

Choose a reason for hiding this comment

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

use array.filter?

Copy link
Member Author

Choose a reason for hiding this comment

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

We could use that, but not sure if that would help, because that goes through all the elements, and now that we have this reverse order, we can shortcircuit the loop

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
mobile Issue related to any mobile system running Jitsi Meet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants