Update SDK

This commit is contained in:
Julien Wadel 2020-06-13 19:39:30 +02:00
parent d747711769
commit 4e1fab0df5
2 changed files with 11 additions and 9 deletions

View file

@ -85,6 +85,7 @@ void CoreHandlers::onAuthenticationRequested (
const shared_ptr<linphone::AuthInfo> &authInfo, const shared_ptr<linphone::AuthInfo> &authInfo,
linphone::AuthMethod linphone::AuthMethod
) { ) {
if( authInfo ) {
auto configList = core->getProxyConfigList(); auto configList = core->getProxyConfigList();
auto config = configList.begin() ; auto config = configList.begin() ;
std::string username = authInfo->getUsername(); std::string username = authInfo->getUsername();
@ -94,6 +95,7 @@ void CoreHandlers::onAuthenticationRequested (
if( config != configList.end() ) if( config != configList.end() )
emit authenticationRequested(authInfo);// Send authentification request only if a proxy still exists emit authenticationRequested(authInfo);// Send authentification request only if a proxy still exists
} }
}
void CoreHandlers::onCallEncryptionChanged ( void CoreHandlers::onCallEncryptionChanged (
const shared_ptr<linphone::Core> &, const shared_ptr<linphone::Core> &,

@ -1 +1 @@
Subproject commit b0d6e1cc4a94e13c6e6575f1fd9a66040776a0d8 Subproject commit 46174d76354f6031089ef9955edddc2ed2f40623