This repository was archived by the owner on Apr 29, 2022. It is now read-only.
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
[ep-matrix] Customize the Matrix dimension server to allow use of microphone and camera in generic widgets #1426
Open
Description
The dimensions integration manager we use is this one: https://github.com/turt2live/matrix-dimension
Here's the template we'd need to change: https://github.com/turt2live/matrix-dimension/blob/master/web/app/widget-wrappers/generic/generic.component.html
and this is an example of how it should look like:
https://github.com/turt2live/matrix-dimension/blob/master/web/app/widget-wrappers/bigbluebutton/bigbluebutton.component.html
In our fork, the link of the template is: https://github.com/europython/matrix-dimension/blob/ep2021/web/app/widget-wrappers/generic/generic.component.html