Platform APIEnterprise
Control participant media streams
Apply camera or microphone state changes across meeting participants.
HTTP request
POST {API_ADDRESS}/rtc-meeting/operate_meeting_all_streamRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
| operatorUserID | Yes | string | User performing the operation. |
| cameraOnEntry | No | BoolValue | Target camera state. |
| microphoneOnEntry | No | BoolValue | Target 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.
Was this page helpful?