dart-webrtc
dart-webrtc copied to clipboard
A webrtc interface wrapped in dart language.
https://github.com/flutter-webrtc/dart-webrtc/issues/28 accomplished half it's stated goal ✅ move from dart:html ❌ to package:web I feel like in order to fully move to package:web would require removal of `package:js`
The onRenegotiationNeeded is never called. This is being caused by a bug introduced in version 1.3.0 of the library. The issue is occurring because the webrtc event listener is listening...
Hello, while trying to see if I can workaround the apparent volume change on windows 11 chrome when muting and unmuting the local participant, I tried to use the Helper.setVolume()...
这个版本依赖总是冲突,是否支持升级到该版本
Fixes #48
Update web depencies 1.0.0
Compiling with --wasm in Flutter results in the following error messages: Error: JS interop library 'dart:js_util' can't be imported when compiling to Wasm. Try using 'dart:js_interop' or 'dart:js_interop_unsafe' instead. Also...
platform_detect is blocking wasm builds and should no longer be needed. Replace usage of platform_detect with the built in operations in flutter 3.24: https://api.flutter.dev/flutter/dart-ui_web/BrowserDetection-class.html