Woodrow Douglass
13450332a4
Remove the "Unknown" constant
...
This commit replaces the Unknown constant with
separate constants for each enumeration that
uses it.
Fixes #1293
2023-09-12 13:29:05 -04:00
Steffen Vogel
683fc837d0
Make repo REUSE compliant
2023-05-05 11:58:49 -04:00
Sean DuBois
2155a7d703
Move candidate parsing to pion/ice
...
Instead of having logic in pion/webrtc and pion/sdp move all logic to
pion/ice. Users of pion/ice don't want to import these packages to use
basic pion/ice functionality.
2020-09-13 00:05:09 -07:00
John Berthels
cc8d80178c
Set role when actpass remote to DTLSRoleClient
...
This matches rfc5763, setup:active is RECOMMENDED
Relates to #494
2020-06-16 00:25:05 -07:00
Sean DuBois
7584762124
Expose Answering DTLSRole via SettingEngine
...
User can now control what DTLSRole the local client
takes when answering via the SettingEngine.
Relates to #880
2019-10-22 01:11:21 -07:00
Vicken Simonian
5f25df2209
Various spell fixes
...
For error types, vars, docs and comments
2019-10-17 23:31:21 -07:00
Sean DuBois
7f3000d9a6
Parse DTLS setup in SetRemoteDescription
...
Take into consideration if remote is running DTLS as a
client/server. Before we ignored this value and we could
enter cases where DTLS would never connect.
Resolves #494
2019-08-12 22:05:13 -07:00
Max Hawkins
0647ce9c26
Remove rtc prefix from filenames
...
Relates to #408
2019-02-17 16:22:56 -08:00