Can participants customize their avatars

We need custom participant viewcontroller. For each participant,their avatar should be displayed. Can I bring own infomation into the meeting.
We found SDKStartJoinMeetingPresenter (JoinMeetingOnly) method joinMeetingWithDictionary:
params can customize infomation, then participant list getInMeetingUserList get the infomation?

Hi @ios_feifei,

Thanks for using Zoom SDK. Our SDK interfaces do not support customize information.

Thanks!

Thanks for your answer.This means that participant infomation is constant.So is there any other way to customize a participant avatar.
Thanks!

The participant information is not controlled by SDK. If you would like to change an icon, you could replace the icon in the MobileRTCResources.bundle, as long as the name is the same, the SDK will load the icon.

Thanks!