Class: RoomExtensionSettings

RoomExtensionSettings


The RoomExtensionSettings class defines the server side Extension to be dynamically attached to a Room, to add custom logic for games and applications.

Notes

See also


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.