snowflake/client/lib
Cecylia Bocovich b5c50b69d0 Ported snowflake client to work with pion/webrtc
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
2019-10-08 09:27:52 -04:00
..
interfaces.go Ported snowflake client to work with pion/webrtc 2019-10-08 09:27:52 -04:00
lib_test.go Ported snowflake client to work with pion/webrtc 2019-10-08 09:27:52 -04:00
peers.go Start refactoring out a client and library 2018-11-20 22:38:02 -05:00
rendezvous.go Ported snowflake client to work with pion/webrtc 2019-10-08 09:27:52 -04:00
snowflake.go Start refactoring out a client and library 2018-11-20 22:38:02 -05:00
util.go Ported snowflake client to work with pion/webrtc 2019-10-08 09:27:52 -04:00
webrtc.go Ported snowflake client to work with pion/webrtc 2019-10-08 09:27:52 -04:00