Skip to content
  • Jan Schmidt's avatar
    webrtc: Protect the pending ICE candidates array · 9410ef56
    Jan Schmidt authored
    ICE candidates can be added to the array directly from the application
    or from the webrtc main loop. Rename it to make it clear that it's
    holding remote ICE candidates from the peer, and protect it with a
    new mutex
    9410ef56