Commit Graph

23 Commits

Author SHA1 Message Date
bbbc8ca4e6 Introduced onOpen() callback in client example 2021-04-15 09:38:00 +02:00
0638555fef Removed shared_ptr to PeerConnection in tests 2021-02-28 12:36:55 +01:00
d8515b6362 Some cleanup 2020-11-29 17:24:20 +01:00
8f9e8e718e Uncluttered client example to keep it simple 2020-11-29 17:02:01 +01:00
65631f06a6 Wait for websocket connection with promise 2020-10-14 19:33:12 +02:00
3c1b411a76 Fixed typo 2020-10-13 19:43:44 +02:00
8d8374e826 Renamed confirmOnStdout() to printReceived() 2020-10-13 19:36:32 +02:00
41194229d3 Properly catch and print exceptions 2020-10-13 19:33:49 +02:00
e8a6698abd Merge pull request #185 from ecotarobles/master
example/client has "-n" option to not use STUN server
2020-09-25 18:35:16 +02:00
7348b2b350 example/client has "-n" option to not use STUN server 2020-09-25 16:25:26 +03:00
7188bc9d8d Minor compilation fixes 2020-09-25 11:49:01 +02:00
ac8e02604d Swap out ancient getopt for a newer one and address review feedback. 2020-09-23 11:22:51 +03:00
42e79ce921 Command line options for example server client:
examples/client/client -s 192.168.0.68 -t 3478 -w 192.168.0.61 -x 8000 -e

STUN server is 192.168.0.68:3478, web-socket server is 192.168.0.61:8000.
-e option echoes recd messages back to sender (useful for ping timing).
2020-09-22 11:11:20 +03:00
3e559f18d9 Updated description and candidate callbacks with move semantics 2020-08-22 00:22:19 +02:00
942152dd8c Updated examples to callbacks with move semantics 2020-08-22 00:04:49 +02:00
791916e5c6 Entirely rewrite Rust signaling server example to be compatible 2020-07-18 19:03:50 +02:00
4bd40799fd Fixed compilation for MSVC 2020-06-19 18:33:55 +02:00
31be692f9d Reduced client random ID length to 4 2020-05-31 23:04:27 +02:00
ea8cd06964 Converted web example to WebSocket signaling 2020-05-31 20:34:13 +02:00
5ddafb3142 Example under GPLv2 2020-05-29 19:57:13 +02:00
8edad971ab Implemented example client with websocket 2020-05-29 19:41:24 +02:00
7f58fea963 Fixed client build 2020-05-25 23:49:30 +02:00
4adc13adec Cleaned up client 2020-05-25 23:46:34 +02:00