Platform APIEnterprise
Get meeting attendance
Get attendance results for a meeting.
HTTP request
POST {API_ADDRESS}/rtc-meeting/get_meeting_attendanceRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
Response
data.joinedUserIDs lists attendees and data.absentUserIDs lists invitees recorded as absent.
Permissions and limits
- Available only in OpenIM Enterprise.
- Attendance reflects meeting-service records, not arbitrary business attendance rules.
Was this page helpful?