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

Use VideoFilters with CustomLobbyView #513

Closed
andreasteich opened this issue Sep 6, 2024 · 2 comments
Closed

Use VideoFilters with CustomLobbyView #513

andreasteich opened this issue Sep 6, 2024 · 2 comments

Comments

@andreasteich
Copy link

What are you trying to achieve?

Is it possible to set video filters for lobby preview as well? Currently I'm achieving this using call.setVideoFilter(Filters.stream) but I have no call object available yet. Is that possible via the LobbyViewModel as well?

If possible, how can you achieve this currently?

Fork the package and adjust LobbyViewModel when initialising the Call property.

What would be the better way?

Do it directly from within the official package.

@ipavlidakis
Copy link
Collaborator

Hi @andreasteich,

The LobbyViewModel doesn't use the same underline rendering as the call uses. Thus you can't use the StreamVideo VideoFilters.

Best regards,
Ilias

@andreasteich
Copy link
Author

Okay thank you very much! No problem.

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

No branches or pull requests

2 participants