Class documentation
There are few model class which defines and strucures the enity which are used in this SDK. |
MetaData struct#
metadata information required to send the Register
| Property | Type | Description |
|---|---|---|
| key | String | Name of the key |
| value | String | Name of the value |
MetaDataUserList struct#
MetaDataUserList model class was used to get the usersList.
| Property | Type | Description |
|---|---|---|
| key | String | Name of the key |
| value | List<String> | List of the value |
CallMetaData#
CallMetaData model class is used to pass additional info while making a call.
| Property | Type | Description |
|---|---|---|
| key | String | Name of the key |
| value | String | Name of the value |