Hi!
I want to use the videoroom plugin with authorization. How to config, that just our server can make and modify rooms and the clients can just join the room?
I tried to use a apisecret for the server but then no clients could connect. If I use stored token based authentication, can also the clients create rooms?
I can restrict the access to the rooms with a pin or the allowed token list, that works well.
What is best practise for achiving a solution where clients can just join and exit specific rooms with a pin and the server manages everything else?
Another thing, when I create a room over the api, and the server restarts, those rooms are not saved, how can we achive this?
Appreciate all help. Thanks!