|
Liblinphone 5.5.0
|
#include <core.h>
This structure holds all callbacks that the application should implement.
None is mandatory.
| MS2_DEPRECATED LinphoneCoreAuthInfoRequestedCb _LinphoneCoreVTable::auth_info_requested |
Requests authentication information from the application.
| MS2_DEPRECATED LinphoneCoreFileTransferProgressIndicationCb _LinphoneCoreVTable::file_transfer_progress_indication |
Callback to indicate file transfer progress.
| MS2_DEPRECATED LinphoneCoreFileTransferRecvCb _LinphoneCoreVTable::file_transfer_recv |
Callback to store a file received attached to a LinphoneChatMessage.
| MS2_DEPRECATED LinphoneCoreFileTransferSendCb _LinphoneCoreVTable::file_transfer_send |
Callback to collect file chunks to be sent for a LinphoneChatMessage.
| MS2_DEPRECATED LinphoneCoreTextMessageReceivedCb _LinphoneCoreVTable::text_received |
Notifies when a text message has been received.