webrtc_utils 0.2.0+2
webrtc_utils: ^0.2.0+2 copied to clipboard
Provides a set of classes and concepts for clients or servers that can be used to build applications or games utilizing WebRTC.
0.2.0+2 #
- Fixed two interface problems in client and game library
- Fixed a cyclic dependency problem in the client interfaces: removed the client getter on P2PClient
0.2.0 #
- Moved all examples to their own directory
- First game library: WebSocketP2PGame and SynchronizedWebSocketP2PGame
- Moved synchronization code from example to game library
0.1.0 #
- First published version with basic functionality for P2PClient and WebSocketP2PClient