User
Props
conversationList
var conversationList: Array of UUIDs for the conversations the user currently belongs to. Only available if user queries information about himself.
customData
var customData: JavaScript object with public custom data, available to all users.
displayName
var displayName: User's display name which is specified during user creation. The display name is available to all users.
imId
var imId: IM unique id that is used to identify users in events and specify in user-related methods.
isDeleted
var isDeleted: Whether the user is deleted.
leaveConversationList
var leaveConversationList: Array of UUIDs for uber conversations that user has been joined, but currently is not participating in.
name
var name: Voximplant user identifier, for example 'username@appname.accname'.
notifications
var notifications: Array of messenger notifications that current user is subscribed to.
privateCustomData
var privateCustomData: JavaScript object with private custom data, available only to the user himself.