- Oct 08, 2019
-
-
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.
-
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
-
- Nov 21, 2018
-
-
Arlo Breault authored
-
- Oct 12, 2017
-
-
Arlo Breault authored
-
- Aug 14, 2017
-
-
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.
-
- Jun 16, 2016
-
-
Serene Han authored
- stabilize rest of WebRTCPeer - use uid for the datachannel label - store a consistent WebRTC config in the dialer
-
- May 24, 2016
-
-
Serene Han authored
-
- Mar 06, 2016
-
-
Serene Han authored
-
- Mar 04, 2016
-
-
Serene Han authored
-
Serene Han authored
-
- Feb 28, 2016
-
-
Serene Han authored
-
- Feb 18, 2016
-
-
Serene Han authored
log traffic bytes only once every few seconds, along with OnMessage & datachannel.Send counts, to prevent flooded logs
-