manually handle audio tracks for web
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user