]> sjero.net Git - linphone/blobdiff - coreapi/private.h
Merge branch 'master' of git.linphone.org:linphone into upnp
[linphone] / coreapi / private.h
index c9d77145035ceb0cf58d4bfa0b1f625330af00bd..91b0b32c05833a6f4777e6c984d43ab6fa2fc25c 100644 (file)
@@ -294,6 +294,7 @@ void linphone_call_stop_media_streams(LinphoneCall *call);
 void linphone_call_delete_ice_session(LinphoneCall *call);
 void linphone_call_delete_upnp_session(LinphoneCall *call);
 void linphone_call_stop_media_streams_for_ice_gathering(LinphoneCall *call);
+void linphone_call_update_crypto_parameters(LinphoneCall *call, SalMediaDescription *old_md, SalMediaDescription *new_md);
 
 const char * linphone_core_get_identity(LinphoneCore *lc);
 const char * linphone_core_get_route(LinphoneCore *lc);
@@ -511,6 +512,7 @@ struct _LinphoneCore
        Sal *sal;
        LinphoneGlobalState state;
        struct _LpConfig *config;
+       RtpProfile *default_profile;
        net_config_t net_conf;
        sip_config_t sip_conf;
        rtp_config_t rtp_conf;