华为云会议
| Details
  • 登录鉴权
    • CheckToken
    • CreateAppIdToken
    • CreatePortalRefNonce
    • CreateProxyToken
    • CreateToken
    • DeleteToken
    • SetSsoConfig
    • ShowSsoConfig
    • UpdateToken
  • 会议管理
    • CancelMeeting
    • CancelRecurringMeeting
    • CancelRecurringSubMeeting
    • CheckCallNumberInConf
    • CreateAnonymousAuthRandom
    • CreateAuthRandom
    • CreateMeeting
    • CreateRecurringMeeting
    • DeleteRecordings
    • ListOnlineConfAttendee
    • SearchAttendanceRecordsOfHisMeeting
    • SearchCtlRecordsOfHisMeeting
    • SearchHisMeetings
    • SearchMeetings
    • SearchOnlineMeetings
    • SearchRecordings
    • ShowConfOrg
    • ShowHisMeetingDetail
    • ShowMeetingDetail
    • ShowOnlineMeetingDetail
    • ShowOrgRes
    • ShowRecordingDetail
    • ShowRecordingFileDownloadUrls
    • ShowRegionInfoOfMeeting
    • ShowSpRes
    • StartMeeting
    • UpdateMeeting
    • UpdateRecurringMeeting
    • UpdateRecurringSubMeeting
  • 会议控制
    • AllowClientRecord
    • AllowGuestUnmute
    • AllowWaitingParticipant
    • BatchHand
    • BroadcastParticipant
    • CancelBroadcast
    • CreateConfToken
    • CreateWebSocketToken
    • DeleteAttendees
    • DeleteLayout
    • Hand
    • HangUp
    • InviteOperateVideo
    • InviteParticipant
    • InviteShare
    • InviteWithPwd
    • Live
    • LockMeeting
    • LockView
    • MoveToWaitingRoom
    • MuteMeeting
    • MuteParticipant
    • ProlongMeeting
    • Record
    • RenameParticipant
    • RollcallParticipant
    • SaveLayout
    • SetCohost
    • SetCustomMultiPicture
    • SetHostView
    • SetMultiPicture
    • SetParticipantView
    • SetRole
    • ShowLayout
    • ShowRealTimeInfoOfMeeting
    • StopMeeting
    • SwitchMode
    • UpdateStartedConfConfig
  • 企业级会议事件推送设置
    • DeleteWebHookConfig
    • SetWebHookConfig
    • ShowWebHookConfig
    • UpdateWebHookConfigStatus
  • 企业管理
    • AddCorp
    • DeleteCorp
    • SearchCorp
    • SearchCorpResources
    • ShowCorp
    • ShowCorpBasicInfo
    • ShowCorpResource
    • UpdateCorp
    • UpdateCorpBasicInfo
  • 企业部门管理
    • AddDepartment
    • DeleteDepartment
    • SearchDepartmentByName
    • ShowDepartment
    • ShowDeptAndChildDept
    • UpdateDepartment
  • 用户管理
    • AddUser
    • BatchDeleteUsers
    • BatchShowUserDetails
    • BatchUpdateUserStatus
    • CheckVeriCodeForUpdateUserInfo
    • InviteUser
    • SearchUsers
    • SendVeriCodeForUpdateUserInfo
    • ShowMyInfo
    • ShowUserDetail
    • UpdateContact
    • UpdateMyInfo
    • UpdateUser
  • 企业管理员管理
    • AddCorpAdmin
    • BatchDeleteCorpAdmins
    • SearchCorpAdmins
    • ShowCorpAdmin
  • 硬终端管理
    • AddDevice
    • BatchDeleteDevices
    • BatchUpdateDevicesStatus
    • SearchDevices
    • ShowDeviceDetail
    • ShowDeviceStatus
    • ShowDeviceTypes
    • UpdateDevice
  • 激活码管理
    • CreateVisionActiveCode
    • DeleteVisionActiveCode
    • ResetActivecode
    • ResetVisionActiveCode
    • SearchVisionActiveCode
  • 云会议室管理
    • AssociateVmr
    • DeleteCorpVmr
    • DisassociateVmr
    • SearchCorpVmr
    • SearchMemberVmr
    • UpdateMemberVmr
  • 用户密码管理
    • CheckSlideVerifyCode
    • CheckVerifyCode
    • ResetPwd
    • ResetPwdByAdmin
    • SendSlideVerifyCode
    • SendVeriCodeForChangePwd
    • UpdatePwd
  • 查询企业通讯录
    • SearchCorpDir
    • SearchCorpExternalDir
  • 企业资源管理
    • AddResource
    • DeleteResource
    • SearchResource
    • SearchResourceOpRecord
    • ShowSpResource
    • UpdateResource
  • 会议纪要
    • AddToPersonalSpace
    • SearchMeetingFileList
    • ShowMeetingFile
    • ShowMeetingFileList
  • 信息窗发布管理
    • AddPublication
    • BatchDeletePublications
    • SearchPublications
    • ShowPublication
    • UpdatePublication
  • 信息窗节目管理
    • AddProgram
    • BatchDeletePrograms
    • SearchPrograms
    • ShowProgram
    • UpdateProgram
  • 信息窗素材管理
    • AddMaterial
    • BatchDeleteMaterials
    • SearchMaterials
    • UpdateMaterial
  • 用户头像管理
    • SetProfileImage
    • SetUserProfileImage
  • 企业应用管理
    • AddAppId
    • BatchSearchAppId
    • DeleteAppId
    • ResetAppKey
    • UpdateAppId

StartMeeting

POST
https://api.meeting.huaweicloud.com/v1/mmc/management/conferences/start
Advanced
Required parameters only
Default
Encrypt sensitive parameters
*
Region
Headers
*
X-Access-Token
Body
*{
*
conferenceID
:
*
password
:
}
API Description

This API is used to activate a meeting using the meeting ID and host password.

URL
POST  https://api.meeting.huaweicloud.com/v1/mmc/management/conferences/start
Request Parameters
NameTypeINMandatoryDescription
X-Access-Token
stringheader Yes

Token authentication. Use the value of accessToken in the response to the request for [Authenticating an App ID].

Body Parameters
NameTypeMandatoryDescription
conferenceID
string Yes

Meeting ID.

password
string Yes

Host password.

Response Parameters
Status code: 200

Operation successful.

NameTypeDescription
uuid
string

UUID of the meeting host.

regionIP
string

Public IP address of the region.

Status code: 500

Server internal error

NameTypeDescription
error_code
string

Service return error code.

  • 000000001 - Request processing failed.
  • 000000002 - Internal error.
  • 000000003 - Invalid parameter.
  • 000000004 - Insufficient permissions.
error_msg
string

error message.

request_id
string

Request ID.

Example Request
Example 1
"POST https://{endpoint}/v1/mmc/management/conferences/start"
{ "conferenceID": "987495910", "password": "123456" }
SDK
Click 华为云会议 (Meeting) SDK to download the SDK in your programming language or view the SDK documentation. To learn how to install an SDK and perform authentication, read Usage.
Error Code

Outline

API Description
URL
Request Parameters
Response Parameters
Example Request
SDK
Error Code