BrahmamM

Results 3 comments of BrahmamM

Okay.. can you suggest me how to avoid noise cancellation in iOS?

VSLEndpoint.m pj_activesock_enable_iphone_os_bg(PJ_FALSE); [self createPoolForPJSIP]; I added " pj_activesock_enable_iphone_os_bg(PJ_FALSE);" above "createPoolForPJSIP". It's working.

Podfile `# Uncomment the next line to define a global platform for your project platform :ios, '13.0' target 'VialerSIPLib_Example' do #use_frameworks! pod 'VialerSIPLib', "3.7.3" pod 'SPLumberjackLogFormatter', :git => 'https://github.com/VoIPGRID/SPLumberjackLogFormatter.git' end...