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