Skip to content
Snippets Groups Projects
  1. Oct 08, 2019
    • Shane Howearth's avatar
      Remove unnecessary initialisation of last · 01156e58
      Shane Howearth authored and Cecylia Bocovich's avatar Cecylia Bocovich committed
      last was initialised twice (creating a shadow), the second time inside
      a case statement. The second initialisation is removed, keeping the use
      of last aligned to the isame style as its use other parts of the case
      statement.
      01156e58
    • Cecylia Bocovich's avatar
      Ported snowflake client to work with pion/webrtc · b5c50b69
      Cecylia Bocovich authored
      Modified the snowflake client to use pion/webrtc as the webrtc library.
      This involved a few small changes to match function signatures as well
      as several larger ones:
      - OnNegotiationNeeded is no longer supported, so CreateOffer and
      SetLocalDescription have been moved to a go routine called after the
      other peer connection callbacks are set
      - We need our own deserialize/serialize functions
      - We need to use a SettingEngine in order to access the
      OnICEGatheringStateChange callback
      b5c50b69
  2. Nov 21, 2018
  3. Oct 12, 2017
  4. Aug 14, 2017
    • David Fifield's avatar
      Move handling of -ice option into main. · 0c02af35
      David Fifield authored
      Rather than having it happen as a side effect of flag parsing.
      
      Having it happen as a side effect of flag parsing caused log messages
      related to handling the option (e.g. "IceServerList:") to always go to
      stderr, despite the presence of a -log option. This is because the
      requested log file had not been opened yet.
      0c02af35
  5. Jun 16, 2016
  6. May 24, 2016
  7. Mar 06, 2016
  8. Mar 04, 2016
  9. Feb 28, 2016
  10. Feb 18, 2016
Loading