]> sjero.net Git - linphone/commit
Redesign ICE integration to prevent Sal from depending on ICE.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Fri, 3 Aug 2012 08:53:49 +0000 (10:53 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Mon, 6 Aug 2012 09:16:16 +0000 (11:16 +0200)
commit6f2853c8a0efd2fb335cac7513b42f452d4238f8
tree82b62f1130f5df047df911b0f52763742c893d5a
parent93db3330b68ed6e0d6e21da915eb904dde151c3f
Redesign ICE integration to prevent Sal from depending on ICE.

 - Move the ICE session from the Sal Op to the LinphoneCall.
 - Do not access directly to the ICE session to generate the SDP from
   the media description or to generate the media description from the
   SDP. Instead include ICE attributes in the media description.
coreapi/callbacks.c
coreapi/linphonecall.c
coreapi/linphonecore.c
coreapi/misc.c
coreapi/private.h
coreapi/sal.c
coreapi/sal.h
coreapi/sal_eXosip2.c
coreapi/sal_eXosip2.h
coreapi/sal_eXosip2_sdp.c