mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
various ice fix for better interwork
This commit is contained in:
parent
3939954500
commit
8d13609402
4 changed files with 5 additions and 4 deletions
|
|
@ -253,7 +253,7 @@ static void stream_description_to_sdp ( belle_sdp_session_description_t *session
|
|||
belle_sdp_media_description_add_attribute(media_desc, belle_sdp_attribute_create("fingerprint",stream->dtls_fingerprint));
|
||||
}
|
||||
|
||||
belle_sdp_media_description_add_attribute(media_desc, belle_sdp_attribute_create("ssrc",ssrc_attribute));
|
||||
/*belle_sdp_media_description_add_attribute(media_desc, belle_sdp_attribute_create("ssrc",ssrc_attribute));*/
|
||||
ms_free(ssrc_attribute);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -854,6 +854,7 @@ LinphoneCall * linphone_call_new_incoming(LinphoneCore *lc, LinphoneAddress *fro
|
|||
else
|
||||
call->me=linphone_call_log_get_from_address(call->log);
|
||||
|
||||
linphone_address_ref(call->me);
|
||||
|
||||
/*reserve the sockets immediately*/
|
||||
linphone_call_init_media_streams(call);
|
||||
|
|
@ -1140,7 +1141,7 @@ static void linphone_call_destroy(LinphoneCall *obj){
|
|||
obj->remote_params=NULL;
|
||||
}
|
||||
if (obj->me) {
|
||||
linphone_address_destroy(obj->me);
|
||||
linphone_address_unref(obj->me);
|
||||
obj->me = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d7e7fb21f2c45e32e641ca4349ca5f1242ee4fe8
|
||||
Subproject commit d2d7291eb0dece51a68dfd2b8d005618e945c73b
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 2c94d5783a48efda91191c922e077560f3df5876
|
||||
Subproject commit f4d6250a9de606025669f6caa6819c7d8d0cd77d
|
||||
Loading…
Add table
Reference in a new issue