Browse Platform API
Platform APIEnterprise

Modify a participant name

Copy

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_name

Request body

ParameterRequiredTypeDescription
meetingIDYesstringMeeting ID.
userIDYesstringUser performing the operation.
participantUserIDYesstringTarget participant.
nicknameYesstringNew 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.