ModifyMeetingPassword
Description
This operation allows a meeting creator to modify a meeting password. The creator can also set a password for a meeting that does not have one, or disable the password.Request parameters
| Parameter | Type | Required | Description |
| UserId | String | Yes | The user ID of the meeting creator. |
| MeetingUUID | String | Yes | Meeting UUID |
| Password | String | Yes | The meeting password. |
| OpenPasswordFlag | Boolean | Yes | Indicates whether the password is enabled. If this parameter is set to `true`, the `Password` parameter cannot be empty. |
Response parameters
| Parameter | Type | Description |
| ErrorCode | int | The error code. |
| Message | String | The error message. |
| Success | boolean | The request status. |
| RequestId | String | The request ID. |
Response examples
{
"RequestId": "123",
"Message": "successful!",
"Success": true,
"ErrorCode": 200,
}该文章对您有帮助吗?