fix: audio play bug for ios safari. (#285)

* fix: audio play bug for ios safari. (WIP).

* chore: Repair and can pop up the playback prompt dialog box correctly.

* chore: add AudioContext to reduce playback delay.
This commit is contained in:
CloudWebRTC
2023-05-16 10:28:09 +08:00
committed by GitHub
parent 2b1e7f2e5f
commit 0b8aeeeba1
10 changed files with 146 additions and 6 deletions
+1
View File
@@ -31,6 +31,7 @@ dependencies:
dart_webrtc: 1.0.16
js: ^0.6.4
platform_detect: ^2.0.7
js_bindings: ^0.1.2+1
dev_dependencies:
flutter_test: