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 | 
CallMetadata struct#
The 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 |