Muharrem

Results 1 comments of Muharrem

I found the solution using the [js_bindings](https://pub.dev/packages/js_bindings/install) library. The library's MediaStream.getTracks() method throws a type error. I solved this problem using js_util interop. **JsAudioContext.dart:** ``` import 'dart:convert'; import 'package:flutter_webrtc/flutter_webrtc.dart' as...