You can call the CreateMeeting operation to create a meeting for an Independent Software Vendor (ISV) user. The user information of the meeting creator must be synchronized before the meeting is created.
Usage notes
Before you create a meeting for an ISV user, you must synchronize the user information of the meeting creator.
Request parameters
| Parameter | Type | Required | Description |
| UserId | String | Yes | Create a meeting user ID |
| MeetingName | String | Yes | The name of the meeting. |
| Password | String | No | The password for the meeting. |
| OpenPasswordFlag | Boolean | No | Specifies whether to enable a meeting password. If you set this parameter to true, the Password parameter cannot be empty. |
| Parameter | Type | Description |
| ErrorCode | int | Error code |
| Message | String | Error message |
| Success | boolean | Request status |
| RequestId | String | Request ID |
| MeetingInfo | Struct | Meeting details |
| Parameter | Type | Description |
| MeetingCode | String | The security token used to join a meeting. The token expires 90 days after the last user leaves the meeting. |
| MeetingUUID | String | The unique identifier for the meeting. |
{
"RequestId": "123",
"Message": "successful!",
"MeetingInfo": {
"MeetingCode": "123",
"MeetingUUID": "123"
},
"Success": true,
"ErrorCode": 0
}该文章对您有帮助吗?