During room creation
Some key properties of your rooms should be set when the room is created using the API or Create a room flow.
Some features of the meeting rooms can be set at the time of creation, within API requests. This includes (but isn't limited to):
Room size (
roomMode
) - Adjust the capacity (4 vs 200) and connection type (P2P vs SFU) of your rooms being generated. Specifynormal
for a capacity of 4 and P2P. Or,group
for a capacity of 200 and SFU. Review our blog post for further clarifications and information.
Have a look at our API reference for a complete overview of properties that can be set on meeting creation.
Further customizations can be done after the room has been created, either by using URL parameters when embedding the room, managing preferences via the dashboard, or by customizing branding elements like background and logo.
Last updated