forked from mirrors/linphone-iphone
Remove declaration of linphone_chat_room_create_file_transfer_message_from_file().
This commit is contained in:
parent
3cbddce46d
commit
2a4b0857d8
1 changed files with 0 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue