flutter-webrtc / flutter-webrtc-demo

Demo for flutter-webrtc
MIT License
1.15k stars 417 forks source link

Datachannel not receive message #199

Open LongMarch7 opened 1 year ago

LongMarch7 commented 1 year ago

not receive message when test data channel。and use https://demo.cloudwebrtc.com:8086/#/ to test data channel,also not receive

hightman commented 1 year ago

Please see the following line of code:

https://github.com/flutter-webrtc/flutter-webrtc-demo/blob/a6f4958065ff6bc1703458ed16ef4a05669a853a/lib/src/call_sample/signaling.dart#L215

Please delete the comment and add condition with media == 'data'.

wdcs-nadimansari commented 1 year ago

Can you describe in detail?