|
3227d58e74
|
Moved Queue to impl
|
2021-02-28 17:14:45 +01:00 |
|
|
dbee42b099
|
Renamed include.hpp to common.hpp
|
2021-02-28 14:56:21 +01:00 |
|
|
dde79d78d4
|
Moved implementation away with pimpl aka cheshire cat pattern
|
2021-02-28 11:16:51 +01:00 |
|
|
1ceb0fd292
|
Code formatting
|
2021-01-11 21:46:23 +01:00 |
|
|
244c834992
|
Cleanup and reformatting
|
2020-11-28 17:03:51 +01:00 |
|
|
ffe202a6a2
|
Merge pull request #278 from hhgyu/add-support-protocols
support Subprotocols
|
2020-11-28 13:18:06 +01:00 |
|
|
ea87e5ae09
|
Exposed send(data, size) on Channel
|
2020-11-27 21:20:24 +01:00 |
|
|
6aff5dc5bc
|
fixed build failed for macos
|
2020-11-27 12:11:16 +09:00 |
|
|
99bae7f830
|
support WebSocket Protocol RFC6455
|
2020-11-27 11:15:37 +09:00 |
|
|
679c0ccd2e
|
Add more dllexports, leave RTC_CPP_EXPORT only in log.hpp, and ignore C4251 warning.
|
2020-11-18 14:55:17 -08:00 |
|
|
2bcdab027c
|
Fixed rtcReceiveMessage() and refactor C API buffer handling
|
2020-11-07 20:11:34 +01:00 |
|
|
3c971e05dd
|
Prevent message copy with move semantics
|
2020-08-21 23:46:12 +02:00 |
|
|
a2d1b7eff0
|
Added comment for disableTlsVerification
|
2020-07-17 19:20:13 +02:00 |
|
|
907e8273c8
|
Introduced VerifiedTlsTransport
|
2020-07-17 18:53:27 +02:00 |
|
|
85a20eead1
|
Merge branch 'master' into srtp
|
2020-06-01 15:28:07 +02:00 |
|
|
8edad971ab
|
Implemented example client with websocket
|
2020-05-29 19:41:24 +02:00 |
|
|
edd04d896d
|
Made messages mutable to prevent copy
|
2020-05-22 14:33:55 +02:00 |
|
|
1a701c33b3
|
Renamed ENABLE_WEBSOCKET to RTC_ENABLE_WEBSOCKET
|
2020-05-22 14:33:17 +02:00 |
|
|
0d8aedfa01
|
Plumbing
|
2020-05-22 14:33:17 +02:00 |
|
|
c1f91b2fff
|
Added WebSocket
|
2020-05-22 14:33:17 +02:00 |
|