VoIPGRID / VialerSIPLib

An Objective-c wrapper for PJSIP
GNU General Public License v3.0
133 stars 69 forks source link

Auto Answer for Incoming Call #226

Closed krishnastvSMSC closed 4 years ago

krishnastvSMSC commented 4 years ago

Hello Team,

I need to auto answer my incoming call without callkit interaction. I tried with - (void)answerWithCompletion:(void (^ _Nullable)(NSError * _Nullable error))completion; form VSLCall class. Call is answer but no media is transmitting. Any one help me to resolve this issue. Thank you

Missed to activate audio session .

fukemy commented 3 years ago

my audio session were activated bu still no sound, can u help?

karanmoon commented 1 year ago

Can someone please help here...