Until web version 0.4.0 we used Sdk library with web as dependency, indeed we where able to change the display of the chat (hide room creation or room right side or parameters button), and add visio button. The issue was we had to import as dependency, but now after ugrading to version 0.4.0 it is not working, you suggested us to create feature request to expose the viewmodel to be able to override it and change it.
Describe the solution you'd like
Expose in the SDK all the viewModel as
TemplateView, SessionView, ListView,StaticView,RoomBeingCreatedView etc to be able to redefine the display without importing web
Describe alternatives you've considered
Import web as dependency an do not upgrade
Until web version 0.4.0 we used Sdk library with web as dependency, indeed we where able to change the display of the chat (hide room creation or room right side or parameters button), and add visio button. The issue was we had to import as dependency, but now after ugrading to version 0.4.0 it is not working, you suggested us to create feature request to expose the viewmodel to be able to override it and change it.
Describe the solution you'd like Expose in the SDK all the viewModel as TemplateView, SessionView, ListView,StaticView,RoomBeingCreatedView etc to be able to redefine the display without importing web
Describe alternatives you've considered Import web as dependency an do not upgrade