When I run the same code on windows everything works, I have sound when I have a voice conversation with a webrtc page in chrome. However, when I build the same app on Mac and try to make a call I get silence on mac (both ways). All signalling exchange is correct, except I simply don't get any audio, as if some dev/null is used for wavein/waveout on mac. Any ideas/pointers where I should look into?
When I run the same code on windows everything works, I have sound when I have a voice conversation with a webrtc page in chrome. However, when I build the same app on Mac and try to make a call I get silence on mac (both ways). All signalling exchange is correct, except I simply don't get any audio, as if some dev/null is used for wavein/waveout on mac. Any ideas/pointers where I should look into?
Thanks