NullPointerException:org.webrtc.MediaStream org.webrtc.PeerConnectionFactory.createLocalMediaStream

Ney

Member
Before start Broadcast it will open Camera
it is working but same case getting issue
when user first time open and giving Marshmallow permission that time no issue (working fine)
but when we start again, it is giving me error
for that Line
Flashphoner.getLocalMediaAccess(getConstraints(), localRender);
Error
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'org.webrtc.MediaStream org.webrtc.PeerConnectionFactory.createLocalMediaStream(java.lang.String)'
Please Suggest
 
Top