Class documentation
There are few model class which defines and structures the enity which are used in this SDK.
MetaData struct#
Metadata information required to send the Register.
| Property | Type | Description | 
|---|---|---|
| key | String | Key of the metadata | 
| value | String | Value of the metadata | 
MetaDataUserList struct#
MetaDataUserList 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 struct#
MeetMessage 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 userIdto mention specific users while sending a group message | 
| metaData | MessageMetaData | Array of MessageMetaDatato be sent | 
| topicID | String | Topic ID to be sent |