Rate this page:

User

Props

conversationList

Copy URL
var conversationList: 

Array of UUIDs for the conversations the user currently belongs to. Only available if user queries information about himself.

customData

Copy URL
var customData: 

JavaScript object with public custom data, available to all users.

displayName

Copy URL
var displayName: 

User's display name which is specified during user creation. The display name is available to all users.

imId

Copy URL
var imId: 

IM unique id that is used to identify users in events and specify in user-related methods.

isDeleted

Copy URL
var isDeleted: 

Whether the user is deleted.

leaveConversationList

Copy URL
var leaveConversationList: 

Array of UUIDs for uber conversations that user has been joined, but currently is not participating in.

name

Copy URL
var name: 

Voximplant user identifier, for example 'username@appname.accname'.

notifications

Copy URL
var notifications: 

Array of messenger notifications that current user is subscribed to.

privateCustomData

Copy URL
var privateCustomData: 

JavaScript object with private custom data, available only to the user himself.