2.12 configuration/features/flexible-room-systems

GET

Since version 2.13

Get the settings for the Flexible Room Systems functionality.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
enabled
boolean

Status of Flexible Room Systems.

Since version: 2.13

peripheralsInUse
boolean

If 'true' peripherals are used by the Room System. If 'false' peripherals are used by ClickShare.

Since version: 2.13

read-only

roomSystemType
string

The type of flexible meeting room system to be used if the feature is 'enabled'.

Since version: 2.13

supported
boolean

Indicates whether Flexible Meeting Room is supported for this device.

Since version: 2.16

read-only

supportedRoomSystemTypes
array

Example: ['CollaborationBar', 'ModularSetup']

Since version: 2.13

read-only

PATCH

Since version 2.13

Change the Flexible Room Systems settings.

Request body (application/json): object
MemberTypeDescription
enabled
boolean

Status of Flexible Room Systems.

Since version: 2.13

peripheralsInUse
boolean

If 'true' peripherals are used by the Room System. If 'false' peripherals are used by ClickShare.

Since version: 2.13

read-only

roomSystemType
string

The type of flexible meeting room system to be used if the feature is 'enabled'.

Since version: 2.13

supported
boolean

Indicates whether Flexible Meeting Room is supported for this device.

Since version: 2.16

read-only

supportedRoomSystemTypes
array

Example: ['CollaborationBar', 'ModularSetup']

Since version: 2.13

read-only

Responses
200PATCH successful.