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
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.