tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

I am using broadcast upload extension for screen sharing which is working fine but i also want to send audio buffer to webrtc but seems like there is no direct way of doing that can you help?? #38

Open sonusainier opened 3 years ago

sonusainier commented 3 years ago
Screenshot 2021-05-30 at 11 20 39 AM
darnfish commented 3 years ago

This isn't currently supported by the Google-maintained WebRTC codebase. Peep https://github.com/pixiv/webrtc :~)