CallInformation Struct Reference
Struct to keep information of a call.
#include <iCall.h>
Public Attributes | |
| std::string | localSourceId = "" |
| ID of the local source associated with the call. | |
| std::string | remoteSourceId = "" |
| ID of the remote source : phone number or address. | |
| dpyVoicecall::CallDirection | direction |
| Incoming call or outgoing call. | |
| dpyVoicecall::CallStatus | status = CallStatus::STATUS_WAITING |
| Status of the call. | |
| dpyVoicecall::CallType | type = CallType::TYPE_VOICE |
| Type of call. | |
| struct tm | creationDate = {} |
| Creation date of the call (UTC) | |
| int | durationSec = 0 |
| Duration of the call in seconds. | |
