...
ICE Control Panel browser configurationNot yet finalised; this page will be updated when it is.
tabs
(array of strings; default["default"]
)tab identifiers to display in ICE Control Panel instances connected to this service. Identifiers must be configured; see below
apps
(array of strings; default["default"]
)list of app identifiers to display in ICE Control Panel instances connected to this service. Identifiers must be configured; see below
_defaultOverrides
(object<BrowserIdentifier, Partial<BrowserDeclaration>
)override default properties of pre-set browsers; see below
...
ICE Control Panel browsers
Tabs and applications shown by ICE Control Panel instances connected to a service are configured by that service. This section describes available pre-set browsers, defaults, and custom browser configuration. See above for the related configuration keys in config.json
.
Any configured browser can be used as an app or a tab.
Pre-set browsers
"cast"
- Cursor Control"gameEngine"
- Game Control"apps"
- Apps"canvasShare"
- Canvas Share"matterport"
- /wiki/spaces/ITD/pages/1910571025 control page"streetview"
- /wiki/spaces/ITD/pages/2636414983 control page
Defaults
The "default"
identifier for apps and tabs displays the recommended selection. This can change between versions, so new apps and tabs are automatically shown when using this setting.
Current defaults:
Tabs:
["cast", "gameEngine", "apps"]
Apps:
["matterport, streetview"]
Custom browser configuration (custom_browsers.json)
coming soon; page will be updated
Overriding pre-set browser properties
coming soon; page will be updated
...
Default config.json
This is created by the service as required. You don’t need to manually create it, or manually add keys (as explained above)
...