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 your feature request related to a problem? Please describe.
To create a custom room it is required to implement IEssentialsRoom which contains far more than necessary for my use cases.
Describe the solution you'd like
A simpler interface that represents the minimum required implementations for Essentials to load a room.
Sorry for the delay in replying. I think it totally makes sense to pull out things that aren't core to base room operation and move them into their own interfaces that can be used to composite this existing interface together. Things like Occupancy, Mic Privacy, Emergency, etc can probably all be moved to their own interfaces. Make some proposals in what you'd like to see broken out and we can get the work done.
Is your feature request related to a problem? Please describe.
To create a custom room it is required to implement IEssentialsRoom which contains far more than necessary for my use cases.
Describe the solution you'd like
A simpler interface that represents the minimum required implementations for Essentials to load a room.
Additional context
The text was updated successfully, but these errors were encountered: