Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
e4716721
Commit
e4716721
authored
Apr 22, 2014
by
Gautier Pelloux-Prayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unimplemented function from header file
parent
5f9dc1c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
linphonecore.h
coreapi/linphonecore.h
+2
-3
No files found.
coreapi/linphonecore.h
View file @
e4716721
...
...
@@ -177,7 +177,7 @@ enum _LinphoneReason{
LinphoneReasonNotAcceptable
,
/**<Operation like call update rejected by peer*/
LinphoneReasonNoMatch
,
/**<Operation could not be executed by server or remote client because it didn't have any context for it*/
LinphoneReasonMovedPermanently
,
/**<Resource moved permanently*/
LinphoneReasonGone
,
/**<Resource no longer exists*/
LinphoneReasonGone
,
/**<Resource no longer exists*/
LinphoneReasonTemporarilyUnavailable
,
/**<Temporarily unavailable*/
LinphoneReasonAddressIncomplete
,
/**<Address incomplete*/
LinphoneReasonNotImplemented
,
/**<Not implemented*/
...
...
@@ -684,7 +684,6 @@ LINPHONE_PUBLIC LinphoneReason linphone_call_get_reason(const LinphoneCall *call
LINPHONE_PUBLIC
const
LinphoneErrorInfo
*
linphone_call_get_error_info
(
const
LinphoneCall
*
call
);
LINPHONE_PUBLIC
const
char
*
linphone_call_get_remote_user_agent
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
const
char
*
linphone_call_get_remote_contact
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
LinphoneAddress
*
linphone_call_get_remote_contact_address
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_play_volume
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_record_volume
(
LinphoneCall
*
call
);
LINPHONE_PUBLIC
float
linphone_call_get_current_quality
(
LinphoneCall
*
call
);
...
...
@@ -814,7 +813,7 @@ LINPHONE_PUBLIC void linphone_proxy_config_set_dial_prefix(LinphoneProxyConfig *
/**
* Indicates either or not, quality statistics during call should be stored and sent to a collector at termination.
* @param cfg #LinphoneProxyConfig object
* @param cfg #LinphoneProxyConfig object
* @param val if true, quality statistics publish will be stored and sent to the collector
*
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment