Last Updated on : 2023-06-21 07:12:59download
Create or update the system meeting room reservation by setting parameters, such as whether sign-in is required and the advance sign-in time. The returned result of true
indicates that the creation or update is successful.
POST: /v2.0/iot-03/meeting-settings/signs
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
enable_sign | String | true | Specifies whether to enable meeting sign-in. | |
sign_minute | Integer | false | The maximum number of minutes for sign-in before the reserved time. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
POST: /v2.0/iot-03/meeting-settings/signs
{
"enable_sign": "Y",
"sign_minute": 15
}
{
"result": true,
"t": 1625053857394,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback