flutter-webrtc / flutter-webrtc-demo

Demo for flutter-webrtc
MIT License
1.15k stars 417 forks source link

No audio when screen sharing #156

Open dcdj99 opened 3 years ago

dcdj99 commented 3 years ago

using the latest plugin and flutter/dart version.

testing on android sdk 30

i have implemented foreground service for the screen share, but there is still no audio. do i need to implement audio in the foreground service? if so, how?

anhlevfx commented 2 years ago

You can create another MediaStream by call getUserMedia({'audio': true, 'video': false}) and get AudioTrack from it. After that, add the track into main stream before.

But, on iPad you will facing an issue, some time you will receive logs about can not start record screen from RelayKit after at least one time successfully. That so weird!.