Commit graph

124 commits

Author SHA1 Message Date
Sylvain Berfini
131086ee0c Renamed exported setCpu method 2012-03-22 16:23:44 +01:00
Sylvain Berfini
0116f4b2d3 ms_set_cpu_count exported via JNI 2012-03-22 10:37:56 +01:00
Simon Morlat
bdeb9679fe add LinphoneCore.setUserAgent() java wrapper 2012-03-13 22:04:21 +01:00
Sylvain Berfini
fb34c57b2a Fix bad JNI deferCallUpdate export 2012-03-01 14:18:31 +01:00
Sylvain Berfini
9bb8621513 Export setVideoPolicy via JNI 2012-03-01 12:12:31 +01:00
Sylvain Berfini
1905c95529 Revert JNI method setState 2012-02-29 16:46:35 +01:00
Sylvain Berfini
52d3826a16 Fix compilation issue with setState JNI method 2012-02-29 15:33:42 +01:00
Sylvain Berfini
c578cdcf6e Export JNI of setState() method for LinphoneCall object 2012-02-29 15:23:56 +01:00
Yann Diorcet
639600ab2e Fix linphone_call_get_remote_params JNI 2012-02-27 17:12:57 +01:00
Yann Diorcet
a4d6892158 Add linphone_core_defer_call_update, linphone_call_params_copy, linphone_core_accept_call_with_params, linphone_core_accept_call_update to JNI 2012-02-27 16:54:37 +01:00
Jehan Monnier
5732fcea54 g729 integration for Android 2012-02-17 09:05:55 +01:00
Sylvain Berfini
2ed9ed7ce3 getProxyConfigList added to JNI exports 2012-02-02 11:29:01 +01:00
Sylvain Berfini
29e89fc9de JNI method getPlayVolume() added 2011-12-30 17:06:32 +01:00
Jehan Monnier
77cad2f045 finilize tunnel api cleanup 2011-12-22 13:59:10 +01:00
Jehan Monnier
93e9e0fa3c rename LinphoneTunnelManager LinphoneTunnel 2011-12-22 10:42:28 +01:00
Guillaume Beraudo
886d80bb6d Tunnel manager. 2011-12-16 10:43:30 +01:00
Guillaume Beraudo
6892c98ccd JNI for setting file to play while on hold. 2011-12-01 08:36:03 +01:00
Simon Morlat
ad0cc88a91 java API enhancements for media encryption 2011-11-23 22:15:13 +01:00
Guillaume Beraudo
ab498e8e8c Fix call not paused when entering conference. 2011-11-22 11:09:33 +01:00
Guillaume Beraudo
ce510f9d1f Jni for setAuthenticationTokenVerified function. 2011-11-14 15:32:31 +01:00
Simon Morlat
91b606875d add isEchoLimiterEnabled() java binding 2011-11-09 17:27:46 +01:00
Jehan Monnier
32527a1bc1 test if sample rate is supported by android sound card, remove areStreamsEncrypted from Android 2011-11-08 16:22:20 +01:00
Simon Morlat
527d6cfdef Merge branch 'master' of git.linphone.org:linphone 2011-11-04 10:32:28 +01:00
Simon Morlat
263b103154 Merge remote-tracking branch 'private/srtp'
Conflicts:
	coreapi/linphonecore.c
	coreapi/linphonecore.h
	coreapi/sal_eXosip2.c
	java/common/org/linphone/core/LinphoneCore.java
	oRTP
2011-11-04 10:32:08 +01:00
Guillaume Beraudo
cfaa4721e5 Expose setter for max calls. (0 while in GSM call). 2011-11-03 16:11:04 +01:00
Guillaume Beraudo
598bafd4a8 Function to check if a call locks sound resources.
Use to prevent a situation where several calls
try to use the sound resources.
- outgoing states (ring)
- incoming states (ring)
- ..
2011-10-27 10:38:05 +02:00
Guillaume Beraudo
65dc7621f4 Add silk pluging support (stock + Android). 2011-10-26 11:20:48 +02:00
Guillaume Beraudo
324551708e Max calls limit (config, C, exposed to java) 2011-10-18 15:41:04 +02:00
Guillaume Beraudo
67daaaa14d Take a reference on android camera preview. 2011-10-17 15:09:50 +02:00
Guillaume Beraudo
c3ce65e802 Take a reference on the Android display window on set. 2011-10-12 14:01:59 +02:00
Pierre-Eric Pelloux-Prayer
2c2f4cb921 Add media_encryption API JNI implementation 2011-10-10 10:30:44 +02:00
Guillaume Beraudo
0109d8680d findCallFromUri now returns an object. 2011-10-07 14:40:58 +02:00
Guillaume Beraudo
490945660d JNI function getCall now returns a LinphoneCall. 2011-10-07 09:48:52 +02:00
Guillaume Beraudo
df65d11373 Function linphone_core_find_call_from_uri(). 2011-09-30 12:18:16 +02:00
Simon Morlat
97a7b2c830 use NewGlobalRef for LinphoneCall 2011-09-22 17:51:35 +02:00
Simon Morlat
5633e41803 fix for unicity of LinphoneCall in java 2011-09-22 17:12:13 +02:00
Pierre-Eric Pelloux-Prayer
73acd25082 android: moved Version java class to mediastreamer 2011-09-22 11:55:50 +02:00
Simon Morlat
776d58673a implement uniques LinphoneCall in java 2011-09-22 10:54:32 +02:00
Guillaume Beraudo
5127119c46 Merge branch 'dev_conference' of git.linphone.org:linphone-private
Conflicts:
	mediastreamer2
2011-09-20 14:49:49 +02:00
Guillaume Beraudo
038190233c Implement some conference functions. 2011-09-20 14:41:48 +02:00
Simon Morlat
6d0b58eb71 Merge branch 'dev_conference'
Conflicts:
	coreapi/linphonecall.c
	coreapi/linphonecore.c
	java/common/org/linphone/core/LinphoneCall.java
	mediastreamer2
2011-09-16 21:51:26 +02:00
Pierre-Eric Pelloux-Prayer
9db25e99e4 android: improve android linphone app (video calls) 2011-09-16 10:37:24 +02:00
Pierre-Eric Pelloux-Prayer
55271ff6d7 Update coreapi to improve Android app 2011-09-15 11:14:17 +02:00
Guillaume Beraudo
b07b784570 Conferencing JNI + Android support.
Conflicts:

	coreapi/conference.c
	coreapi/linphonecore.h
2011-09-14 10:27:11 +02:00
Simon Morlat
fba8726ff8 echo cancellation improvements 2011-09-05 16:29:28 +02:00
Guillaume Beraudo
68df42b292 Hack to workaround Galaxy S speaker/mic issue (Android) 2011-08-05 16:11:35 +02:00
Guillaume Beraudo
a2699e5429 Simplified ORTP-ZRTP API. Fix SAS bubbling. Old ARMs 2011-08-01 11:48:26 +02:00
Pierre-Eric Pelloux-Prayer
b0e75d9d78 Add configuration option allowing to specify trusted CA certificates.
This option can contain either :
- a single file path; this file can contain several concatenated CA PEM files
- a folder path containing several CA PEM files
2011-07-22 11:37:38 +02:00
Guillaume Beraudo
ce13260438 API and makefiles for ZRTP support. 2011-07-15 22:03:24 +02:00
Simon Morlat
c8f4f8f296 add missing jni 2011-06-22 13:06:13 +02:00