Hacker News new | ask | show | jobs
by Kunlun 3721 days ago
Sweet. Any documentation to point at? I am trying to stream the microphone of my iPhone through Safari and could not find any compelling way to do so, with plugins or anything else.
1 comments

I don't think you can stream iPhone's microphone from Safari with WebRTC.

The plugin I mentioned is http://skylink.io/plugin/ , but it only works for Safari on Mac.

You'll need to build a native app

https://webrtc.org/native-code/ios/

or try Bowser

http://www.openwebrtc.org/bowser/

(I haven't yet).

Thanks, this is exactly what I found out.