manually handle audio tracks for web

This commit is contained in:
David Zhao
2021-08-26 22:58:04 -07:00
parent 82322be783
commit 3a26044399
7 changed files with 104 additions and 21 deletions
+9
View File
@@ -0,0 +1,9 @@
import 'package:flutter_webrtc/flutter_webrtc.dart';
void startAudio(String id, MediaStreamTrack stream) {
// do nothing
}
void stopAudio(String id) {
// do nothing
}