Apply the device linkage template when no one is signed in to the meeting

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

Apply the linkage template that closes the device when no one signs in after the meeting starts to the designated meeting room.

API address

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

Request parameter

Parameter name Type IN Required Description
room_id String uri true Meeting Room ID

Description of body

Parameter name Type IN Required Description
time_zone_id String true Time Zone

Return parameter

Parameter name Type Description
result String Rule linkage ID

Request example

POST: /v1.0/iot-03/meeting-scenes/90002/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.