Browse Platform API
Platform APIEnterprise

Get a meeting

Copy

Get a meeting's system and creator-defined information, meeting settings, and recurrence information.

HTTP request

POST {API_ADDRESS}/rtc-meeting/get_meeting

Request 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

ParameterRequiredTypeDescription
userIDYesstringUser requesting the meeting.
meetingIDYesstringMeeting 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.