Closed TheWildHustle closed 2 months ago
We have alternative plans for RTMP, if you would kindly check in with us first before working on this issue. In addition, I'd like to make a strong request not to use React here or additional framework dependencies. We are trying to Keep it clean without use of extraneous frameworks.
Will write up a guideline for contributions as we are aware there is currently isn't one.
With respect to new first time contributions, may I suggest looking at the good first issues?
Will do!
OK Closing this for now, we will revisit when our plans for rtmp have firmed up. thank you
Add toggle button for auto-play media setting:
Description
This pull request adds a toggle button in the media settings for the admin to enable or disable auto-play for media. It includes backend API endpoints to get and update the auto-play setting and a frontend component to manage the setting.
Summary of Changes
Room
class to store the auto-play setting.toJson
method to include this setting.MediaSettings
component with a toggle button for the auto-play setting.