Open vijaymsc opened 1 month ago
flutter_webrtc: ^0.11.7 socket_io_client: ^2.0.3+1
[√] Flutter (Channel stable, 3.22.3, on Microsoft Windows [Version 10.0.19045.4355], locale en-US) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [√] Chrome - develop for the web [X] Visual Studio - develop Windows apps X Visual Studio not installed; this is necessary to develop Windows apps. Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components [√] Android Studio (version 2024.1) [√] Connected device (4 available) [√] Network resources
Can you try changing to this version?
flutter_webrtc: 0.9.47
@NickPolakrit thanks for reply, now working fine, also do you have any idea about record audio only file and _mediaRecorder!.startWeb(stream); this method record completed but where it be store?
Android to Android => working fine Android to web => android side remote audio, video working fine but chrome remote audio, video not working
App to Web sample Track Logs
app => Track(id: 29be68d3-7a84-442e-b64b-062f64f5e3a6, kind: audio, label: audio, enabled: true, muted: false) web => Track(id: b073fdf5-1472-420f-bf1e-94c690b79b2f, kind: audio, label: b073fdf5-1472-420f-bf1e-94c690b79b2f, enabled: true, muted: true)
Note:: web always return muted: true
call_screen.dart
signalling_service.dart