- Add
tags
to make binding displayed on Fable.Packages
- Add Global attribute to global interfaces @chkn
- Downgrade FSharp.Core to 4.7.2
- Downgrade FSharp.Core to 4.7.2
- Release a new version because one of the dependencies had the licence information missing
- Add licence to Nuget package @nojaf
- Add more stat properties to
RTCInboundRtpStreamStats
andRTCOutboundRtpStreamStats
- Add
SdpSemantics
enum RTCIceCandidateStats.relayProtocol
accepts onlytcp
/tls
orudp
so it could be specified asRTCRelayProtocol
instead of a string. @MNie
- update
RTCIceCredentialType
prior RFC 7635 fromtoken
tooauth
.
RTCIceCandidateStats.protocol
accepts onlyudp
ortcp
so it could be specified asRTCIceProtocol
instead of a string. @MNie
- Fix
RTCRtpReceiver.getStates
should be aRTCRtpReceiver.getStats
- First stable release
- Fix
RTCIceCandidate.ip
as string option - Fix
RTCRtpSender.setStreams
should return a promise - Fix
RTCPeerConnection.setLocalDescription
parameter is mandatory - Fix
RTCPeerConnection.setRemoteDescription
parameter is mandatory - Fix
RTCPeerConnection.addIceCandidate
parameter is mandatory - Fix
RTCPeerConnection.addTrack
stream parameter is an array ofMediaStream
- Fix
RTCPeerConnection.addTransceiver
init parameter is type of typeRTCRtpTransceiverInit
- First release