userInfoUpdated property

UserInfoCallback? userInfoUpdated
getter/setter pair

Occurs when the SDK gets the user ID and user account of the remote user. After a remote user joins the channel, the SDK gets the UID and user account of the remote user, caches them in a mapping table object, and triggers this callback on the local client.

Param uid The ID of the remote user.

Param userInfo The UserInfo object that contains the user ID and user account of the remote user. See UserInfo for details.

Implementation

UserInfoCallback? userInfoUpdated;