Class documentation
There are few model class which defines and structures the enity which are used in this SDK.
#
MetaData structMetadata information required to send the Register.
Property | Type | Description |
---|---|---|
key | String | Key of the metadata |
value | String | Value of the metadata |
#
MetaDataUserList structMetaDataUserList model class was used to get the usersList.
Property | Type | Description |
---|---|---|
key | String | Key of the metadata |
value | [String] | List of the metadata value |
#
MeetMessage structMeetMessage object allows several types of parameters that you can configure to customize meet messages as mentioned below.
Property | Type | Description |
---|---|---|
toId | String | jid of the end user/group |
title | String | Title of the meet message |
link | String | Link of the meet message |
scheduledDateTime | Int | Timestamp of the meet message |
replyMessageId | String | if it is a reply message for message A, then message A's messageId |
mentionedUsersIds | [String] | Array of userId to mention specific users while sending a group message |
metaData | MessageMetaData | Array of MessageMetaData to be sent |
topicID | String | Topic ID to be sent |