Chat SDKs iOS v4
Chat SDKs iOS
Chat SDKs
iOS
Version 4
Update user profile
Copy link
You can update a user's nickname and profile image with a profile URL using UserUpdateParams
and updateCurrentUserInfo(params:progressHandler:completionHandler:)
. A user's profile image can be a JPG
(.jpg), JPEG
(.jpeg), or PNG
(.png) file of up to 5 MB.
Or, you can directly upload a profile image by following the code below.