Joe Turki
740e5166c5
Update lint rules, force testify/assert for tests
...
Use testify's assert package instead of the standard library's testing
package.
2025-03-27 12:08:37 +02:00
Joe Turki
feeeebf251
Upgrade golangci-lint, more linters
...
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
2025-01-18 07:16:06 -06:00
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
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
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