How to upload Avatar Image for linux SDK

Hey there,

So I have recently built an app using the Meeting SDK for Linux, that joins meetings and lets users interact with it. Now I would like to change the avatar of if, as currently, it is just the default color with its initials. How do I do this using the SDK? I have found that you can get it using the IUserInfo with GetAvatarPath(), but I can’t find anything about setting it.

Thanks

@noahviktorschenk the SDK bot is considered an anonymous user, there is no avatar for anonymous user

@chunsiong.zoom
Is there really no way to circumvent this issue?