alongubkin / phonertc

WebRTC for Cordova apps - No longer active
http://phonertc.io
Apache License 2.0
866 stars 305 forks source link

I tried the demo for android, video works fine, but no audio #145

Open catric opened 9 years ago

catric commented 9 years ago

I followed the tips on github and built phonertc demo successfully, but it does not works as expected, the demo for adroid has good instant video but no audio,no sound transferd between two android devices.

could you please supply us a useable apk file, so that we can verify if there was something wrong in our building process

Thanks

zzzet commented 9 years ago

I have the issue but just opposite..if i use video app crashes with these errors

Uncaught TypeError: Cannot read property 'containerParams' of undefinedrefreshVideoContainer 
    @ PhoneRTCProxy.js:405addRemoteStream 
    @ PhoneRTCProxy.js:378self.onRemoteStreamAdded 
    @ PhoneRTCProxy.js:29

But I got the audio working smooth with my own turnserver. Can u share ur code??