Browse Platform API
Platform APIEnterprise

Control participant media streams

Copy

Apply camera or microphone state changes across meeting participants.

HTTP request

POST {API_ADDRESS}/rtc-meeting/operate_meeting_all_stream

Request body

ParameterRequiredTypeDescription
meetingIDYesstringMeeting ID.
operatorUserIDYesstringUser performing the operation.
cameraOnEntryNoBoolValueTarget camera state.
microphoneOnEntryNoBoolValueTarget microphone state.

Response

data.streamNotExistUserIDList identifies participants without a matching media stream. data.failedUserIDList identifies other failed operations. Inspect both lists even when errCode is 0.

Permissions and limits

  • Available only in OpenIM Enterprise.
  • Require host or equivalent moderation permission.