Apply Linkage Template to Start Meeting

Last Updated on : 2023-06-21 07:12:59download

When a human presence sensor detects someone or it is time to sign in, this linkage template will be enabled to switch on the devices in the meeting room.

API address

POST: /v1.0/iot-03/meeting-scenes/90001/rooms/{room_id}/actions/apply

Request parameter

Parameter name Type IN Required Description
room_id String uri true The ID of a specified meeting room.

Description of body

Parameter name Type IN Required Description
time_zone_id String true The time zone.

Return parameter

Parameter name Type Description
result String The ID of the linkage rule.

Request example

POST: /v1.0/iot-03/meeting-scenes/90001/rooms/dhqiwhdqiwd/actions/apply
{ "time_zone_id": "Asia/Shanghai" }

Return example

{ "result": "qweqdqwdqw", "t": 1626920782842, "success": true }

Error code

For more information, see error code.