VoIPGRID / VialerSIPLib

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

multi CXProvider? #245

Open fukemy opened 3 years ago

fukemy commented 3 years ago

hi, my question is not relative to a bug, it's just a question about implementation to app with other CXProvider

I saw your lib have it's own CallKitProviderDelegate, which handle sip call. But my app does not have only sip call, so i have other class that's implement CXProviderDelegate

The problem is when i want to SPI CallKitProviderDelegate, but it's fired into my CXProviderDelegate. Can u give me some advices to solve this? Thanks in advance

fukemy commented 2 years ago

this lib is dead?