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 |
#
CallMetadata structThe CallMetadata
model struct is used to pass additional information when making a call.
Property | Type | Description |
---|---|---|
key | String | Key for the Call metadata |
value | String | Value for the Call metadata |