Liblinphone
3.10.0
|
Data Fields | |
belle_sip_object_t | base |
LinphoneChatRoom * | chat_room |
LinphoneChatMessageCbs * | callbacks |
LinphoneChatMessageDir | dir |
char * | message |
void * | message_state_changed_user_data |
void * | message_userdata |
char * | appdata |
char * | external_body_url |
LinphoneAddress * | from |
LinphoneAddress * | to |
time_t | time |
SalCustomHeader * | custom_headers |
LinphoneChatMessageState | state |
bool_t | is_read |
unsigned int | storage_id |
SalOp * | op |
LinphoneContent * | file_transfer_information |
char * | content_type |
belle_http_request_t * | http_request |
belle_http_request_listener_t * | http_listener |
char * | file_transfer_filepath |
LinphoneChatMessageStateChangedCb | message_state_changed_cb |
char* _LinphoneChatMessage::content_type |
is used to specified the type of message to be sent, used only for file transfer message
LinphoneContent* _LinphoneChatMessage::file_transfer_information |
used to store file transfer information when the message is of file transfer type
belle_http_request_t* _LinphoneChatMessage::http_request |
keep a reference to the http_request in case of file transfer in order to be able to cancel the transfer