njovy / AppRTCDemo

Android AppRTC Demo of WebRTC project
534 stars 266 forks source link

Peerconnection factory is not created #42

Open Adnan-addi opened 7 years ago

Adnan-addi commented 7 years ago

i added the code in my app and made everything accordingly with different package name i am getting this error Peerconnection factory is not created

how can i solve this error?

Adnan-addi commented 7 years ago

i solved it by setting targetSdk at 21 ,

i was running it with api 23 but it shows error . might help someone