@interface StringeeCall : NSObject
This class provides methods to make/receive a Stringee call. It contains all data of a call.
| localIdentifier |
|---|
|
The local identifier of the message in the local database, only meaningful on one device.
|
| identifier |
|
The unique identifier of the message in the system.
|
| convLocalId |
|
The localIdentifier of the conversation that the message belongs to.
|
| convId |
|
The identifier of the conversation that the message belongs to.
|
| type |
|
The type of the message.
|
| content |
|
The text content of the message.
|
| created |
|
The timestamp when the message was created.
|
| seq |
|
The sequence of the message.
|
| sender |
|
The userId of the message sender.
|
| deleted |
|
delete is true if the message has been deleted.
|
| channelType |
|
Channel of message(normal, facebook, zalo, livechat)
|
| metadata |
|
The transfer status of the data. Ex: uploading image, video...
|
| transferStatus |
|
The custom data from your server when a client makes a call or receives an incoming call.
|
| progress |
|
An instance of StringeeProgress, works with this object to get a report on the data transfer process.
|