stasel / WebRTC

Unofficial distribution of up to date WebRTC framework binaries for iOS and macOS
Other
356 stars 75 forks source link

Capture only audio #90

Open dbemfica opened 4 months ago

dbemfica commented 4 months ago

i want implement to peerconnection with audio only. But the audio it work after start capture video.

Does anyone know how to do this?

dbemfica commented 4 months ago

Examining here I discovered that the audio works from iPhone to iPhone, but iPhone to web only works after starting to capture the video.

Does anyone know how to solve it?