Platform APIEnterprise
Set personal meeting preferences
Set a user's camera and microphone preferences for joining a meeting.
HTTP request
POST {API_ADDRESS}/rtc-meeting/set_personal_settingRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
| userID | Yes | string | Participant user ID. |
| cameraOnEntry | No | BoolValue | Whether the camera is enabled on entry. |
| microphoneOnEntry | No | BoolValue | Whether the microphone is enabled on entry. |
Response
errCode: 0 means the preference update succeeded.
Permissions and limits
- Available only in OpenIM Enterprise.
- Omit wrapper values that should remain unchanged; explicit
falsedisables the preference.
Was this page helpful?