Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lherman-cs/webrtc

Tags

v2.1.18

Toggle v2.1.18's commit message
Properly sanitize STUN urls

Currently we error if a STUN URL passed to Configuration.ICEServers
contained a query parameter. Fix this by using the getICEServers
function that sanitizes these for us.

v2.1.17

Toggle v2.1.17's commit message
Add SettingEngine entries needed for offline sync

Allow users to set statice ICECredentials and to disable
DTLS Certificate Verification

v2.1.16

Toggle v2.1.16's commit message
Check for dc.id in stats

Recent changes allow a dc to have a nil id before it's actually open,
but stats used to require the id.

v2.1.15

Toggle v2.1.15's commit message
Allow user to Close DataChannel before signaling

Match W3C WebRTC and allow a DataChannel to close even before
signaling happens. When SCTPTransport opens make sure
to check the readyState first.

v2.1.14

Toggle v2.1.14's commit message
Update module pion/dtls to v2.0.0-rc.2

Bumping dtls to support backwards compatibility
to Go 1.12

v2.1.13

Toggle v2.1.13's commit message
Use pion/dtls v2

API now allows multiple certificates, there is no behavior change
this is just to bring things more inline with crypto/tls

v2.1.12

Toggle v2.1.12's commit message
Update module pion/dtls to v1.5.3

Generated by renovateBot

v2.1.11

Toggle v2.1.11's commit message
Fix all routine leaks in tests

Fix tests that didn't properly close and add
test.CheckRoutines everywhere. No changes in pion/webrtc
but we did catch hanging thread in pion/ice

v2.1.10

Toggle v2.1.10's commit message
Expose Answering DTLSRole via SettingEngine

User can now control what DTLSRole the local client
takes when answering via the SettingEngine.

Relates to pion#880

v2.1.9

Toggle v2.1.9's commit message
Update module pion/datachannel to v1.4.11

Generated by renovateBot