Hi,
I'm able to create a room using lccs.php:
$account->createRoom($room);
I see that the createRoom method accept a template name as the second paramater.
Is it possible to possible to create the template with php so we don't need any manual configuration?
For example to create a room that auto-promotes users.
What is the name of the collection I need to subscribe to receive users login and logouts?
Can I change user roles from my server?
Thanks