Platform APIEnterprise
Modify a participant name
Change a participant's display name within a meeting without changing the user's global profile.
HTTP request
POST {API_ADDRESS}/rtc-meeting/modify_meeting_participant_nameRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
| userID | Yes | string | User performing the operation. |
| participantUserID | Yes | string | Target participant. |
| nickname | Yes | string | New in-meeting display name. |
Response
errCode: 0 means the in-meeting name was updated.
Permissions and limits
- Available only in OpenIM Enterprise.
- This operation does not update
UserInfo.nickname.
Was this page helpful?