Skip to content

Releases: shinyoshiaki/werift-webrtc

Support Parse RTP Payload Format for VP8

01 Jul 15:28
Compare
Choose a tag to compare

Specify ICE port range

15 Jun 11:36
Compare
Choose a tag to compare

Example

const peer = new RTCPeerConnection({ icePortRange: [44444, 44455] });

Minimum port and Maximum port must not be the same value

fix ice candidate foundation

25 Apr 11:20
Compare
Choose a tag to compare

Fix datachannelFlush never called case

15 Apr 09:42
Compare
Choose a tag to compare

Fix datachannel.close bug

13 Apr 10:00
Compare
Choose a tag to compare

Add an API like MediaStreamTrack

25 Mar 11:17
Compare
Choose a tag to compare

Use a dynamically generated self-signed certificate for DTLS

04 Mar 11:24
Compare
Choose a tag to compare

support RFC 5746 Renegotiation Indication Extension

support extended master secret for DTLS (RFC 7627)

21 Feb 06:56
Compare
Choose a tag to compare

support secp256r1 for DTLS EllipticCurves

18 Feb 12:43
Compare
Choose a tag to compare