diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 85b7109a9..ec4ab8d1d 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -1360,15 +1360,6 @@ LINPHONE_PUBLIC void linphone_chat_room_set_user_data(LinphoneChatRoom *cr, void */ LINPHONE_PUBLIC LinphoneChatMessage* linphone_chat_room_create_file_transfer_message(LinphoneChatRoom *cr, LinphoneContent* initial_content); -/** - * Create a message with an attached file that will be read from the given filepath. - * @param[in] cr LinphoneChatRoom object - * @param[in] initial_content LinphoneContent object describing the file to be transfered. - * @param[in] filepath The path to the file to be sent. - * @return A new LinphoneChatMessage object. - */ -LINPHONE_PUBLIC LinphoneChatMessage * linphone_chat_room_create_file_transfer_message_from_file(LinphoneChatRoom *cr, LinphoneContent *initial_content, const char *filepath); - LINPHONE_PUBLIC const LinphoneAddress* linphone_chat_room_get_peer_address(LinphoneChatRoom *cr); LINPHONE_PUBLIC void linphone_chat_room_send_message(LinphoneChatRoom *cr, const char *msg); LINPHONE_PUBLIC void linphone_chat_room_send_message2(LinphoneChatRoom *cr, LinphoneChatMessage* msg,LinphoneChatMessageStateChangedCb status_cb,void* ud);