Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • For 1st end-point, I check remote ICE candidates after creating offer (github.com/muaz-khan/WebRTC-Experiment/blob/master/ASP.NET-MVC/…) and for 2nd end-point, I check remote ICE candidates when 2nd-peer knows that 1st peer is about to send him offer in a few seconds! (github.com/muaz-khan/WebRTC-Experiment/blob/master/ASP.NET-MVC/…)
    – Muaz Khan
    Commented Nov 15, 2012 at 11:21
  • Thanks for your example :). My problem now is different though. After setting remoteDescription I can get ICE candidates fine. But when I delay allowing media access after all ICE candidates are received then no candidates are sent from receiver side. You handled this by forcing users to allow media access before entering room. It is not an option for me though.
    – Episodex
    Commented Nov 15, 2012 at 12:58