Commit graph

10570 commits

Author SHA1 Message Date
Sylvain Berfini
e3bb754f2e Added test to check pause and remove from conference call 2017-04-27 15:34:14 +02:00
Erwan Croze
68f5085d84 Fix LinphonePlayer method in JNI 2017-04-27 10:01:36 +02:00
Erwan Croze
9d1bb6b6a8 Fix resend_message for wrapper 2017-04-26 17:06:29 +02:00
Ronan Abhamon
fa2dad63d4 fix(lpconfig): in linphone_config_load_from_xml_file, replace LpConfig by LinphoneConfig 2017-04-26 15:24:06 +02:00
Ghislain MARY
986734364e Fix build. 2017-04-26 10:32:18 +02:00
Erwan Croze
27a73401e8 Fix Account_creator activate_email 2017-04-26 09:33:47 +02:00
Erwan Croze
cf72d47785 Fix PresenceActivityType 2017-04-25 11:04:34 +02:00
Sylvain Berfini
0facfbe7e3 Merge remote-tracking branch 'private/master' 2017-04-24 16:57:50 +02:00
Erwan Croze
b3df86baf2 Fix remote provisioning 2017-04-24 15:54:59 +02:00
Ghislain MARY
a17e2be2fa The LinphonePlayer is now a belle_sip_object and is now wrappable. 2017-04-24 15:52:00 +02:00
Sylvain Berfini
eaa9e7b107 Added doc on each enum value in C# wrapper 2017-04-24 15:27:55 +02:00
François Grisez
a0aa795f63 Improve clarity of the documentation about LinphonePayloadType
As floating objects are automatically freed by the garbage collector
of bellesip, there is not need to unref PayloadType objects that have
been allocated on the fly by getters in LinphoneCore and LinphoneCallParams.

Then, the lines saying that the gotten LinphonePayloadType objects must be
freed after usage have been removed and there is no more reference to
the floating ref mechanisme as it is totally transparent for API users.
2017-04-24 15:20:03 +02:00
Sylvain Berfini
2b0db027fd Merge remote-tracking branch 'linphone/master' 2017-04-24 14:44:06 +02:00
François Grisez
0a2ea96a1e C++ wrapper: add a Doxygen brief description above class declarations 2017-04-24 14:37:08 +02:00
François Grisez
28b257a873 Improve documentation about LinphonePayloadType objects 2017-04-24 11:38:31 +02:00
Benjamin Reis
b1a30f1a43 Fix crash when no default friend_list 2017-04-24 10:11:04 +02:00
Erwan Croze
a0d1ddf830 Fix get_identity of account_creator 2017-04-24 10:09:48 +02:00
Sylvain Berfini
47322a211d Added a few missing getters for some properties 2017-04-21 17:34:02 +02:00
François Grisez
a8283e6f88 Fix build 2017-04-21 15:58:11 +02:00
Sylvain Berfini
2b7111bb1c Added doc to manually created methods and classes in C# wrapper + commented out some debug logs related to refs 2017-04-21 15:52:39 +02:00
François Grisez
0c3985c05f Generate the docstrings for the enums and enum values 2017-04-21 15:45:22 +02:00
François Grisez
e4068bb84f Bugfixes in abstractapi.py and metadoc.py
* prevent metadoc.Translator.translate() from crashing when None
  is passed as argument.
* set the briefDescription attributes of enum values$
2017-04-21 15:45:22 +02:00
Sylvain Berfini
9398d378c2 Moved abstractapi to tools to prevent duplicating it in each wrapper 2017-04-21 15:34:40 +02:00
Sylvain Berfini
fc765b3f1c Moved abstractapi to tools to prevent duplicating it in each wrapper 2017-04-21 15:31:52 +02:00
Sylvain Berfini
b5f095738d Added brief doc to C# wrapper 2017-04-21 15:25:09 +02:00
Ghislain MARY
357a64a766 Fix LinphoneConfig.cmake.in. 2017-04-21 15:06:46 +02:00
Sylvain Berfini
4f3129d810 Merge remote-tracking branch 'linphone/master' 2017-04-21 14:47:44 +02:00
François Grisez
9add72c20e C++ wrapper: add doxygen docstrings in the API 2017-04-21 14:30:25 +02:00
François Grisez
1867815979 Add a brief to each documentation group 2017-04-21 14:30:25 +02:00
Erwan Croze
cc244afc08 Add new create proxy config in account creator 2017-04-21 14:01:15 +02:00
Sylvain Berfini
13562a5002 Android specifics in C# wrapper now under ifdef 2017-04-21 11:37:38 +02:00
Sylvain Berfini
19cdddf750 Added getter for listeners in C# wrapper 2017-04-21 11:28:39 +02:00
Ghislain MARY
1b2ed9e088 Simplify LinphoneConfig.cmake.in. 2017-04-21 11:26:25 +02:00
Erwan Croze
99aa481b51 Add new enum to account_creator 2017-04-21 11:10:39 +02:00
Erwan Croze
f144451342 Some change on Account_creator 2017-04-21 10:58:54 +02:00
Sylvain Berfini
2915732e02 Finished C# wrapper by adding methods having lists in params 2017-04-20 17:58:45 +02:00
Ghislain MARY
0442579dea Add missing symbol exports. 2017-04-20 15:26:25 +02:00
Sylvain Berfini
578bfd5f1a Removed not needed anymore some blacklisted classes 2017-04-20 14:41:58 +02:00
Ghislain MARY
b7610d5d0b Fix definition of video preview. 2017-04-20 14:40:23 +02:00
Sylvain Berfini
e71cdfa713 Added getter/setter for LinphoneVideoActivationPolicy object 2017-04-20 11:38:37 +02:00
Ronan Abhamon
740eac982a fix(coreapi/linphonecore): fix preview ogl render, use now output2 2017-04-20 11:20:22 +02:00
Sylvain Berfini
fba1e7ccb1 Fixed missing bandwidth information for video/text since rework 2017-04-19 18:14:28 +02:00
Ronan Abhamon
101adaeab8 feat(coreapi/linphonecore): provide a linphone_core_preview_ogl_render function 2017-04-19 17:00:16 +02:00
Simon Morlat
05a9cf1279 fix zrtp bug 2017-04-19 16:55:31 +02:00
Erwan Croze
e32dd9cf05 Fix account_creator and account_creator_tester 2017-04-19 16:49:08 +02:00
Sylvain Berfini
e7637881d0 Updated linphonecore_jni.cc to reflect latest changes made to LinphoneCallStats 2017-04-19 16:46:30 +02:00
Sylvain Berfini
f796ef33b2 LinphoneCallStats is now unowned to prevent leak when linphone_call_get_stats method will be wrapped 2017-04-19 16:28:17 +02:00
Sylvain Berfini
83b94af9a4 LinphoneCallStats is now a belle_sip_object. BREAKS BINARY COMPATIBILITY 2017-04-19 16:17:51 +02:00
Ghislain MARY
1dcd17198e Fix wrong logic in linphone_core_set_preferred_video_definition(). 2017-04-19 15:35:47 +02:00
François Grisez
379a7df153 Add LINPHONE_DEPRECATED on functions which are marked as deprecated in their documentation 2017-04-19 15:04:37 +02:00