dart-sip-ua
dart-sip-ua copied to clipboard
Error when holding call: Unable to getUserMedia: getUserMedia(): TypeError, constraints requests no media types
Describe the bug On previous versions calling call.hold() was working, now in version 1.0.0 when I try to hold a call I receive the following
Unable to getUserMedia: getUserMedia(): TypeError, constraints requests no media types
exception = {InvalidStateError} _stackTrace = null code = 2 name = "INVALID_STATE_ERROR" parameter = null value = null message = "Invalid status: getUserMedia() failed" status = "getUserMedia() failed"
but, different from answer and call methods, the hold method does not have parameters to pass the user media.
System Infomation() Flutter 3.24.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 5874a72aa4 (2 weeks ago) • 2024-08-20 16:46:00 -0500 Engine • revision c9b9d5780d Tools • Dart 3.5.1 • DevTools 2.37.2 Target OS and Version: Android 14
Happening also in the example project