Create a meeting

更新时间:
复制 MD 格式

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

ParameterTypeRequiredDescription
UserIdStringYesCreate a meeting user ID
MeetingNameStringYesThe name of the meeting.
PasswordStringNoThe password for the meeting.
OpenPasswordFlagBooleanNoSpecifies whether to enable a meeting password. If you set this parameter to true, the Password parameter cannot be empty.
ParameterTypeDescription
ErrorCodeintError code
MessageStringError message
SuccessbooleanRequest status
RequestIdStringRequest ID
MeetingInfoStructMeeting details
ParameterTypeDescription
MeetingCodeStringThe security token used to join a meeting. The token expires 90 days after the last user leaves the meeting.
MeetingUUIDStringThe unique identifier for the meeting.
{
  "RequestId": "123",
  "Message": "successful!",
  "MeetingInfo": {
   "MeetingCode": "123",
    "MeetingUUID": "123"
  },
  "Success": true,
  "ErrorCode": 0
}