Reputation: 3019
I have developed a WebRTC based sample, but I face problems like ICE Failed
often, and then the entire app becomes unstable, how/what can I do to recover from this failure? AFAIK this is not related to code(at least I think so) still, if you need my code I can post it here. Further more I have gone through this question and google groups email but I didn't get much of it. Can anyone please explain this.
Upvotes: 0
Views: 555
Reputation: 17275
you need to do an ICE restart. There is a canonical sample for that available here
Upvotes: 1