Skip to content

Releases: shinyoshiaki/werift-webrtc

Fix remote iceLite flag issue

02 Jul 15:51

Choose a tag to compare

v0.11.11

v0.11.11

Support Parse RTP Payload Format for VP8

01 Jul 15:28

Choose a tag to compare

Specify ICE port range

15 Jun 11:36

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

Choose a tag to compare

Fix datachannelFlush never called case

15 Apr 09:42

Choose a tag to compare

Fix datachannel.close bug

13 Apr 10:00

Choose a tag to compare

Add an API like MediaStreamTrack

25 Mar 11:17

Choose a tag to compare

Use a dynamically generated self-signed certificate for DTLS

04 Mar 11:24

Choose a tag to compare

support RFC 5746 Renegotiation Indication Extension

21 Feb 16:06

Choose a tag to compare

support extended master secret for DTLS (RFC 7627)

21 Feb 06:56

Choose a tag to compare