Skip to content
Snippets Groups Projects
  1. Oct 08, 2019
    • Cecylia Bocovich's avatar
      Modified proxy-go to use pion/webrtc · 0428797e
      Cecylia Bocovich authored
      The API is very similar, differences were mostly due to:
      - closing peer connections and datachannels (no destroy/delete methods)
      - different way to set datachannel/peer connection callbacks
      - differences in whether functions take pointers or values
      - no serialize/deserialize functions in the API
      0428797e
  2. May 28, 2019
  3. May 20, 2019
  4. May 08, 2019
  5. Apr 11, 2019
  6. Apr 05, 2019
  7. Apr 03, 2019
    • Cecylia Bocovich's avatar
      Added check to see if peer connection succeeded · 08f52054
      Cecylia Bocovich authored
      This is related to the proxy-go deadlock bug #25688. If a client doesn't
      do anything with the SDP answer, a token will get lost. Added a timeout
      after a minute that checks the PeerConnection state and destroys the
      peer connection and returns a token if did not yet succeed
      08f52054
    • Cecylia Bocovich's avatar
      Fix for proxy deadlock bug · c28c8ca4
      Cecylia Bocovich authored
      This is a fix for the proxy-go deadlock bug (ticket #25688). The
      assumption that OnIceComplete is always followed by a successful
      connection where OnDataChannel has been called turns out not to occur in
      practice. OnICEComplete looks like it is being deprecated in other
      libraries anyway, so it's safer to just remove it.
      c28c8ca4
  8. Apr 16, 2018
  9. Mar 22, 2018
  10. Mar 20, 2018
  11. Mar 14, 2018
  12. Mar 08, 2018
  13. Oct 18, 2017
  14. Oct 14, 2017
  15. Aug 01, 2017
  16. Jul 26, 2017
  17. Jun 29, 2017
  18. May 04, 2017
  19. Apr 24, 2017
Loading