Skip to content

fix(CallView): fix no local video on empty call in not grid mode #9581

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

Merged
merged 1 commit into from
May 23, 2023

Conversation

ShGKme
Copy link
Contributor

@ShGKme ShGKme commented May 23, 2023

☑️ Resolves

🖼️ Screenshots

🏚️ Before 🏡 After
image image

🚧 Tasks

Since #9336 entire #video block was shown only, when it is not the first EmptyCallView. It worked for grid mode with its own EmptyCallView, but didn't work with not grid mode. All things from not-grid mode were lost (local view (stripe), local screen-sharing, reactions).

This PR fixes the conditions chain in the CallView.

P.S. diff in GitHub looks a bit strange. I removed v-else from #video block and wrapped everything after ViewerOverlayCallView in <template v-else>. No changes in props.

🏁 Checklist

@ShGKme ShGKme added this to the 💙 Next RC (27) milestone May 23, 2023
@ShGKme ShGKme self-assigned this May 23, 2023
@ShGKme
Copy link
Contributor Author

ShGKme commented May 23, 2023

/backport to stable27

Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

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

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.

Own video is no longer visible (as preview) in empty call view
2 participants