|
e04113f3f1
|
Fixed state callback and revised synchronization and deletion
|
2020-03-31 14:59:50 +02:00 |
|
|
398df813e4
|
Change connection info to a csv
|
2020-03-17 22:51:43 +00:00 |
|
|
2594e8f5d7
|
it still works - 2s timeout
|
2020-03-12 15:57:03 +00:00 |
|
|
4e843b0267
|
it works
|
2020-03-12 15:52:56 +00:00 |
|
|
b8ef343de3
|
Remove string splitting
|
2020-03-12 15:43:09 +00:00 |
|
|
838e8aba7a
|
Offerer listens to server
|
2020-03-12 15:39:53 +00:00 |
|
|
c8f622f709
|
Generate URL in observer
|
2020-03-12 14:46:23 +00:00 |
|
|
978d3e4d09
|
Added missing free
|
2020-03-10 13:59:14 +01:00 |
|
|
ed28460e80
|
Added local and remote address getters to C API
|
2020-03-10 12:00:27 +01: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 |
|
|
50b22bbf3c
|
delete win32 directive
|
2020-02-20 21:06:54 +03: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 |
|
|
2129e3cfb9
|
Cleanup datachannel closing test
|
2019-12-21 18:56:33 +01:00 |
|
|
23e1a75248
|
Fixed DataChannel and SCTP shutdown
|
2019-12-20 23:52:38 +01:00 |
|
|
a6992c765d
|
Merge pull request #23 from murat-dogan/p2p-tests
P2P tests
|
2019-12-20 10:54:59 +00:00 |
|
|
b5a13d2d66
|
Rename peers
|
2019-12-20 09:48:23 +03:00 |
|
|
402a4df4a0
|
Added InitLogger function and renamed enums
|
2019-12-19 15:58:48 +01:00 |
|
|
34ef87e271
|
Add executables to cmake
|
2019-12-19 15:44:36 +03:00 |
|
|
522319ac5d
|
P2P Tests
|
2019-12-19 15:34:08 +03: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 |
|