Platform APIEnterprise
Get a meeting
Get a meeting's system and creator-defined information, meeting settings, and recurrence information.
HTTP request
POST {API_ADDRESS}/rtc-meeting/get_meetingRequest example
curl --request POST "${API_ADDRESS}/rtc-meeting/get_meeting" --header "Content-Type: application/json" --header "operationID: ${OPERATION_ID}" --header "token: ${TOKEN}" --data-raw '{"userID":"user_001","meetingID":"meeting_001"}'Request body
| Parameter | Required | Type | Description |
|---|---|---|---|
| userID | Yes | string | User requesting the meeting. |
| meetingID | Yes | string | Meeting ID. |
Response
data.meetingDetail contains a MeetingInfoSetting.
Errors
See Error codes.
Permissions and limits
- Available only in OpenIM Enterprise.
- Validate that the requesting user may view the target meeting.
Related pages
Was this page helpful?