flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.
MIT License
337 stars 268 forks source link

Error in Transitioning from Audio to Video Call: getUserMedia TypeError #495

Open stgni opened 2 weeks ago

stgni commented 2 weeks ago

While the audio call is ongoing, I’m sending a video request, but it gives an error saying, “Unable to getUserMedia: getUserMedia(): TypeError, constraints requests no media types,” and then it also ends the current audio call. How can I send a video request during an audio call? I have all the necessary permissions, and I can make video calls without any issues. The problem only occurs when transitioning from audio to video. file : rtc_session.dart

mikaelwills commented 4 days ago

Yea there's already an issue up for this, im looking into fixing it.