Blancduman / mediasoup-client-flutter

Flutter version of the mediasoup-client library.
MIT License
105 stars 56 forks source link

restartIce doesn't work on SendTransport after status changed to failed #54

Open un-hongly opened 2 years ago

un-hongly commented 2 years ago

Once the SendTransport's status changed to failed the transport.restartIce(...) doesn't work anymore. Normally when I try to call .restartIce on a Transport it shows something like the below but after its status has changed to failed for some reason (eg. in my case I cut off the internet) .restartIce will not affect anymore. ReceiveTransport just works fine.

flutter: mediasoup-client:Transport connection state changed to connecting
flutter: mediasoup-client:Transport connection state changed to connected