You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 nocall
object available yet. Is that possible via theLobbyViewModel
as well?If possible, how can you achieve this currently?
Fork the package and adjust
LobbyViewModel
when initialising theCall
property.What would be the better way?
Do it directly from within the official package.
The text was updated successfully, but these errors were encountered: