How do I bypass getUserMedia and device permissions in WebRTC and Flutter?
I am building an streaming app with flutter and webrtc whereby I wish to only receive incoming video data and do not want anything to do with the local media streams (on my iOS device).
How do I bypass getUserMedia and device permissions in WebRTC and Flutter?
I am building an streaming app with flutter and webrtc whereby I wish to only receive incoming video data and do not want anything to do with the local media streams (on my iOS device).