Changing username of a participant after joining a meeting

Is it possible for a member of a meeting to change their username after joining the meeting using the iOS SDK?

Hi nicholasarner,

Thanks for using Zoom SDK. Yes, you may use the interface: https://zoom.github.io/zoom-sdk-ios/category_mobile_r_t_c_meeting_service_07_user_08.html#abf553cd2675f0bd6e74f29497ebd8076; Please note that, if you are the host/co-host, you could change other’s display name; If not, you could only change your own display name.

Thanks!

@carson.zoom --> How can this be achieved for macOS?

Hi @tmiskiew,

Thanks for the reply. You may refer to my answer to your question here: How to change username of a participant after joining a meeting?

Thanks!

change username success then which method can invoked then refresh UI?

Hi @ios_feifei,

Are you using Zoom default UI or Custom UI? If you are using Zoom default UI, the change name will affect after calling the interface, no additional call/action is needed.

Thanks!