You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unable to create a video call conference on windows application (FreeSWITCH).
audio call conference is working
video and audio call conference is working on Flutter web
To Reproduce
Steps to reproduce the behavior:
flutter run -d windows
register to freeswitch
call conference room as video call
RTP timeout
Expected behavior
find the web sdp and windows sdp log attached.
The main difference is the ice candidates for web that is working has udp and tcp.
The sdp for windows has only udp. sdp_not_working_windows.log sdp_working_web.log
Looking at the SDP theres no immediately obvious reason why it wouldnt be working on windows.
Both have the m=video tag with the same protocols, both are sendRecv.
The issue could be outside the scope of this package
Thank you for your reply.
This error is showing only on windows platform when starting a video call.
[ERROR:flutter/shell/common/shell.cc(1065)] The 'FlutterWebRTC/peerConnectionEvent673288A4-17BE-4C71-B37D-317209D238F9' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel.
See https://docs.flutter.dev/platform-integration/platform-channels#channels-and-platform-threading
for more information.
Describe the bug
Unable to create a video call conference on windows application (FreeSWITCH).
audio call conference is working
video and audio call conference is working on Flutter web
To Reproduce
Steps to reproduce the behavior:
Expected behavior
find the web sdp and windows sdp log attached.
The main difference is the ice candidates for web that is working has udp and tcp.
The sdp for windows has only udp.
sdp_not_working_windows.log
sdp_working_web.log
System Infomation()
Flutter SDK Version:
Flutter 3.20.0-7.0.pre.58 • channel master • https://github.com/flutter/flutter.git
Framework • revision 0fac13b443 (6 days ago) • 2024-02-14 22:43:18 +0000
Engine • revision 3af336bfb2
Tools • Dart 3.4.0 (build 3.4.0-140.0.dev) • DevTools 2.33.0-dev.6
Target OS and Version: Windows 10
The text was updated successfully, but these errors were encountered: