Skip to content

Conversation

@backportbot-nextcloud
Copy link

@backportbot-nextcloud backportbot-nextcloud bot commented May 3, 2021

⚠️ This backport had conflicts and is incomplete ⚠️

backport of #5550

lastIsStripeOpen: null,
presentationStarted: false,
selectedVideoPeerId: null,
qualityWarningTooltipDismissed: false,
Copy link
Member

Choose a reason for hiding this comment

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

getter is missing in the backport:

isQualityWarningTooltipDismissed: (state) => state.qualityWarningTooltipDismissed,

The flag that keep track of whether the quality warning tooltip was
dismissed was a local data of the LocalMediaControls component, so it
was reset when a new instance of the component was created again. As a
new instance could be created several times during the same call (for
example, when switching between speaker and grid mode) the warning
tooltip could appear again after being dismissed. Now the flag is kept
in the store and shared between different instances.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
@danxuliu danxuliu force-pushed the backport/5550/stable21.1 branch from 1d0cf01 to b353501 Compare May 3, 2021 19:29
Copy link
Member

@danxuliu danxuliu left a comment

Choose a reason for hiding this comment

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

Conflicts fixed.

Tested and works 👍

@nickvergessen nickvergessen merged commit a79307f into stable21.1 May 4, 2021
@nickvergessen nickvergessen deleted the backport/5550/stable21.1 branch May 4, 2021 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug feature: call 📹 Voice and video calls feature: frontend 🖌️ "Web UI" client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants