Platform APIEnterprise
Get personal meeting preferences
Get a user's personal audio and video preferences for a meeting.
HTTP request
POST {API_ADDRESS}/rtc-meeting/get_personal_settingRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
| userID | Yes | string | Participant user ID. |
Response
data.setting contains a PersonalMeetingSetting with cameraOnEntry and microphoneOnEntry.
Permissions and limits
- Available only in OpenIM Enterprise.
- Validate that the caller may read the participant's meeting preferences.
Was this page helpful?