Browse Platform API
Platform APIEnterprise

Set personal meeting preferences

Copy

Set a user's camera and microphone preferences for joining a meeting.

HTTP request

POST {API_ADDRESS}/rtc-meeting/set_personal_setting

Request body

ParameterRequiredTypeDescription
meetingIDYesstringMeeting ID.
userIDYesstringParticipant user ID.
cameraOnEntryNoBoolValueWhether the camera is enabled on entry.
microphoneOnEntryNoBoolValueWhether 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 false disables the preference.