paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
410 stars 76 forks source link

Can libjuice support candidates re-gathering? #188

Closed yasincy closed 1 year ago

yasincy commented 1 year ago

I'm trying to use libjuice on phone. When i turn off Wi-Fi and go to cellular network, cellular candidates are not gathered. I try to force re-gather with calling "juice_gather_candidates" and get the error "Candidates gathering already started".

paullouisageneau commented 1 year ago

This corresponds to ICE restart, which is currently not supported. The issue is https://github.com/paullouisageneau/libjuice/issues/130.

For now, you need to recreate an agent to attempt a reconnection when it disconnects.

paullouisageneau commented 1 year ago

I'm closing this as duplicate.