Commit Graph

1656 Commits

Author SHA1 Message Date
79242e27ed Fix cname parsing bug in parseSdpLine 2021-06-03 09:29:45 +02:00
39e51a8345 Rename bufferSize parameter to count 2021-06-01 11:28:44 +02:00
f4aae34874 Refactor rtcIsDataChannelOpen to rtcIsOpen 2021-06-01 11:28:15 +02:00
34469d16ae Add CName parsing from ssrc 2021-06-01 11:27:41 +02:00
e6a9650523 Fix incorrect size in memcpy (copyAndReturn) 2021-06-01 11:26:32 +02:00
a9057a02e5 move lowercased function to RTC_ENABLE_MEDIA 2021-05-31 15:24:22 +02:00
a2b019465c Move ssrc manupulation functions to RTC_ENABLE_MEDIA 2021-05-31 15:20:18 +02:00
8bdce69ab7 Fix build error: comparison of integer expressions of different signedness 2021-05-31 15:09:11 +02:00
78ca3a318f fix getCNameForSsrc 2021-05-31 14:53:13 +02:00
e88197646d Fix code duplication 2021-05-31 14:52:55 +02:00
c5e4b972c2 Improve capi for ssrc manipulation 2021-05-31 14:32:36 +02:00
4cdde18e4b Merge branch 'v0.13' 2021-05-29 19:25:12 +02:00
41cba8a35a Bumped version to 0.13.3 v0.13.3 2021-05-29 19:23:02 +02:00
6c683b326d Added ostream operator for LogLevel 2021-05-29 19:22:28 +02:00
a152edf256 Merge pull request #429 from paullouisageneau/ostream-loglevel
Add ostream operator for LogLevel
2021-05-29 19:19:46 +02:00
8f50eeb0f2 Added ostream operator for LogLevel 2021-05-29 19:12:57 +02:00
1105a4faec Merge branch 'v0.13' 2021-05-28 23:09:10 +02:00
8184d1d60e Updated libjuice to v0.7.4 2021-05-28 23:07:57 +02:00
38e1a946b0 Cleaned up includes in sctptransport.hpp 2021-05-28 22:06:28 +02:00
8522446d6c Merge branch 'v0.13' 2021-05-28 21:57:57 +02:00
8da8c8a6d0 Bumped version to v0.13.2 v0.13.2 2021-05-28 21:56:21 +02:00
6a4a22a87c Fixed reference when iterating on prefixes array 2021-05-28 21:54:03 +02:00
724fefbfdb Merge pull request #428 from paullouisageneau/fix-sctp-global-instances-set
Fix possible static de-initialization order issue in SctpTransport
2021-05-28 21:50:39 +02:00
83cc26d4a5 Fixed possible static deinit order issue with SctpTransport instances set 2021-05-28 21:49:55 +02:00
1cfefd9dcd Updated description 2021-05-27 08:18:41 +02:00
fbe141301c Added bindAddress configuration setting in Doc 2021-05-22 16:43:57 +02:00
811a6b8a26 Merge pull request #426 from paullouisageneau/sctp-rto-rtx
Expose more SCTP settings and reduce min RTO
2021-05-20 14:38:56 +02:00
ddbd963e7e Reduced SCTP min RTO to 200ms 2021-05-20 14:29:15 +02:00
05a37c8306 Allowed disabling delayed SACK from C API 2021-05-20 14:10:07 +02:00
a9ca8b687b Exposed SCTP RTO and RTX settings 2021-05-20 14:06:44 +02:00
e91880141a Merge branch 'v0.13' 2021-05-17 19:09:21 +02:00
fd97f98f23 Bumped version to 0.13.1 v0.13.1 2021-05-17 19:06:45 +02:00
5c8d63ad78 Merge pull request #425 from paullouisageneau/bind-address
Add bind address in configuration
2021-05-17 15:32:12 +02:00
c5cb81762c Added bindAddress configuration setting 2021-05-17 15:20:58 +02:00
0b50fc4bb0 Updated libjuice 2021-05-17 15:01:16 +02:00
76d9ce5ba3 Updated libjuice to v0.7.3 2021-05-17 09:58:27 +02:00
f795e3293f Merge pull request #423 from paullouisageneau/remove-usrsctp-data-race-mitigation
Remove usrsctp data race mitigation
2021-05-16 19:09:56 +02:00
34aad791c6 Removed usrsctp data race mitigation 2021-05-16 18:31:54 +02:00
30703741e5 Merge pull request #420 from wasphin/feature/fix-export-name
Fix cmake export file name
2021-05-14 21:48:59 +02:00
wxf
124c073821 Fix cmake export file name 2021-05-14 11:52:44 +08:00
9457492169 Bumped version to 0.13.0 v0.13.0 2021-05-07 21:30:04 +02:00
384c84e8aa Merge branch 'v0.12' 2021-05-07 21:26:17 +02:00
e4ab5273fc Bumped version to 0.12.3 v0.12.3 2021-05-07 21:24:17 +02:00
b315869989 Bumped libjuice to v0.7.2 2021-04-30 22:30:34 +02:00
aea6708d27 Merge pull request #416 from paullouisageneau/cleanup-api
Refactor C media API
2021-04-29 17:12:37 +02:00
2166386d42 Fixed comments 2021-04-29 16:07:04 +02:00
f88394ab75 Merge pull request #418 from paullouisageneau/cleanup-has-description
Remove declarations of hasLocalDescription() and hasRemoteDescription()
2021-04-29 16:04:28 +02:00
ba7e0e2a35 Removed declarations of hasLocalDescription() and hasRemoteDescription() 2021-04-29 15:24:08 +02:00
fba965b46c Fixed compilation without media 2021-04-28 21:36:36 +02:00
eff0faf6e1 Refactored C media API 2021-04-27 22:58:46 +02:00