new RoomExtensionSettings(id, className)
Creates a new RoomExtensionSettings instance to be passed to the CreateRoomSettings class.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the Extension, corresponding to the Extension folder name. |
className |
string | The Extension main JavaScript file or Java class. |