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
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