Liblinphone
3.12.0
|
Wrapper utilities. More...
Functions | |
void | linphone_chat_room_send_chat_message_2 (LinphoneChatRoom *cr, LinphoneChatMessage *msg) |
Send a message to peer member of this chat room. More... | |
void | linphone_chat_message_resend_2 (LinphoneChatMessage *msg) |
Resend a chat message if it is in the 'not delivered' state for whatever reason. More... | |
void * | linphone_vcard_get_belcard (LinphoneVcard *vcard) |
Accessor for the shared_ptr<BelCard> stored by a LinphoneVcard. | |
Wrapper utilities.
These functions are used by automatic API wrapper generators and should not be used by C API users.
void linphone_chat_message_resend_2 | ( | LinphoneChatMessage * | msg | ) |
Resend a chat message if it is in the 'not delivered' state for whatever reason.
[in] | msg | LinphoneChatMessage object |
void linphone_chat_room_send_chat_message_2 | ( | LinphoneChatRoom * | cr, |
LinphoneChatMessage * | msg | ||
) |
Send a message to peer member of this chat room.
The state of the sending message will be notified via the callbacks defined in the LinphoneChatMessageCbs object that can be obtained by calling linphone_chat_message_get_callbacks().
[in] | cr | A chat room. |
[in] | msg | The message to send. |