VoIPGRID / Vialer-pjsip-iOS

A Vialer specific PJSIP build distributed through cocoapods
GNU General Public License v3.0
72 stars 57 forks source link

Remove libsrtp when using pjsip with WebRTC independent #17

Closed liloew closed 6 years ago

liloew commented 6 years ago

Remove libsrtp when using pjsip with WebRTC independent because of the conflicts of libsrtp module.

The WebRTC does not render remote view correctly when using pjsip and WebRTC in the same iOS project because of they share libsrtp framework.

And developer may not re-compile WebRTC framework because of the huge WebRTC source code.

redmerloen commented 6 years ago

Thank you for the pull request