Liblinphone
3.11.1
|
Functions | |
void | linphone_chat_room_send_chat_message_2 (LinphoneChatRoom *cr, LinphoneChatMessage *msg) |
void * | linphone_vcard_get_belcard (LinphoneVcard *vcard) |
These functions are used by automatic API wrapper generators and should not be used by C API users.
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. |
void* linphone_vcard_get_belcard | ( | LinphoneVcard * | vcard | ) |
Accessor for the shared_ptr<BelCard> stored by a LinphoneVcard