Commit Graph

44 Commits

Author SHA1 Message Date
d9de5080e5 Added track C API test 2020-09-13 15:17:11 +02:00
33ff0cd7cc Added track test 2020-09-10 11:15:12 +02:00
777f5a8dfe Revised deinitialization 2020-07-08 15:30:50 +02:00
8e3ec73ca6 Lowered goodput test threshold 2020-06-11 09:46:52 +02:00
c83196ee40 Lowered threshold for CI 2020-06-08 15:40:37 +02:00
dfcae8f4fd Added benchmark 2020-06-08 15:34:15 +02:00
9bb9725f4d Added WebSocket test 2020-06-01 00:44:12 +02:00
03a48c1c09 Added WebSocket support to C API 2020-05-22 14:33:17 +02:00
be04d8037e Added tests for C API 2020-03-10 12:00:27 +01:00
834ea9b041 Split and cleaned up tests 2020-03-10 12:00:27 +01:00
9441f78494 Added WSAStartup call in PeerConnection and cleaned up includes 2020-03-10 12:00:27 +01:00
3367eba4fe Moved log to its own header and prevented multiple log init 2020-03-10 12:00:27 +01:00
35d4455c4f Cleaned up tests and fixed SDP reading from console 2020-02-24 11:45:36 +01:00
93e153398f Compile support on Windows with mingw-w64 2020-02-20 14:55:21 +03:00
3f52aa3d56 Fixed local and remote address getters with libjuice 2020-01-20 18:25:42 +01:00
47c29f0ec1 Set libjuice logging properly 2020-01-18 16:08:31 +01:00
a683b76a21 Extended STUN server URL parsing to TURN server URLs 2019-12-25 16:54:59 +01:00
23e1a75248 Fixed DataChannel and SCTP shutdown 2019-12-20 23:52:38 +01:00
402a4df4a0 Added InitLogger function and renamed enums 2019-12-19 15:58:48 +01:00
1ac00ce396 Move logger init task to a function 2019-12-18 14:53:53 +03:00
92f08948d3 Integrate plog 2019-12-18 10:33:35 +03:00
901700177b Merge pull request #17 from murat-dogan/master
Fix logic error: If we pass Relay Type then it is a TURN Server
2019-12-17 18:05:54 +00:00
28f923b1ce Fix Logic Error: If we are asking Relay Type than it is a TURN Server 2019-12-17 16:24:19 +03:00
48bdb6a1c9 Merge pull request #16 from murat-dogan/master
Option for enabling ICE TCP Candidates
2019-12-17 08:11:18 +00:00
278ac22766 Option for enabling ICE TCP Candidates 2019-12-17 07:49:26 +03:00
4fb14244db Merge pull request #14 from murat-dogan/master
TURN Server Support
2019-12-16 20:46:52 +00:00
8b64f8a406 Added PeerConnection::close() calls to test 2019-12-16 12:21:25 +01:00
5fc6a1c8ad TURN Server Support 2019-12-16 13:04:32 +03:00
de5aff68e6 Fixed transport synchronization on destruction 2019-12-15 16:35:58 +01:00
65e584107c Fixed lifetime issues
- Channels are not longer immortal objects
- Fixed (or mitigated) crashes on cleanup
2019-11-21 09:03:15 -07:00
bca4d89f93 Added bidirectional message exchange in test 2019-09-30 19:48:41 +02:00
cd47c31f3f Added separate PeerConnection gathering state 2019-09-23 22:31:54 +02:00
86179f0691 Added state with corresponding callback, and removed optional candidates 2019-09-22 22:50:04 +02:00
64e23341ad Added STUN server to test 2019-09-10 23:45:31 +02:00
65813e4e31 Added Candidate.candidate() method for symmetry with web API 2019-09-08 16:45:07 +02:00
c951a6ca86 Renamed setRemoteCandidate to addRemoteCandidate 2019-09-01 22:16:25 +02:00
deb215c600 Added message sending to test 2019-09-01 20:24:16 +02:00
29aa871583 Made Configuration optional in PeerConnection 2019-09-01 16:38:06 +02:00
d039879b44 Renamed IceConfiguration to Configuration 2019-09-01 16:10:52 +02:00
6e3ba6afd7 Reorganised project to separate public from private headers 2019-09-01 16:06:49 +02:00
47b918d4a1 Changed interface to pass objects rather than strings 2019-09-01 13:51:07 +02:00
c7a1aad494 Added onOpen callback to test 2019-08-31 01:07:22 +02:00
f19a0aa6c7 Simple local test with two peer connections 2019-08-27 23:22:27 +02:00
56e800af4c Added simple test file 2019-08-26 22:51:30 +02:00