isomorphic-wrtc
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -7,3 +7,3 @@ var WMediaStream = null; | ||
var WRTCIceCandidate = null; | ||
var WRTCIceTransport = null; | ||
// var WRTCIceTransport = null; | ||
var WRTCPeerConnection = null; | ||
@@ -14,3 +14,3 @@ var WRTCPeerConnectionIceEvent = null; | ||
var WRTCRtpTransceiver = null; | ||
var WRTCSctpTransport = null; | ||
// var WRTCSctpTransport = null; | ||
var WRTCSessionDescription = null; | ||
@@ -27,3 +27,3 @@ // var WgetUserMedia = null; | ||
WRTCIceCandidate = RTCIceCandidate; | ||
WRTCIceTransport = RTCIceTransport; | ||
// WRTCIceTransport = RTCIceTransport; | ||
WRTCPeerConnection = RTCPeerConnection; | ||
@@ -34,3 +34,3 @@ WRTCPeerConnectionIceEvent = RTCPeerConnectionIceEvent; | ||
WRTCRtpTransceiver = RTCRtpTransceiver; | ||
WRTCSctpTransport = RTCSctpTransport; | ||
// WRTCSctpTransport = RTCSctpTransport; | ||
WRTCSessionDescription = RTCSessionDescription; | ||
@@ -44,3 +44,3 @@ } else if (typeof global !== "undefined") { | ||
WRTCIceCandidate = global.RTCIceCandidate; | ||
WRTCIceTransport = global.RTCIceTransport; | ||
// WRTCIceTransport = global.RTCIceTransport; | ||
WRTCPeerConnection = global.RTCPeerConnection; | ||
@@ -51,3 +51,3 @@ WRTCPeerConnectionIceEvent = global.RTCPeerConnectionIceEvent; | ||
WRTCRtpTransceiver = global.RTCRtpTransceiver; | ||
WRTCSctpTransport = global.RTCSctpTransport; | ||
// WRTCSctpTransport = global.RTCSctpTransport; | ||
WRTCSessionDescription = global.RTCSessionDescription; | ||
@@ -61,3 +61,3 @@ } else if (typeof window !== "undefined") { | ||
WRTCIceCandidate = window.RTCIceCandidate; | ||
WRTCIceTransport = window.RTCIceTransport; | ||
// WRTCIceTransport = window.RTCIceTransport; | ||
WRTCPeerConnection = window.RTCPeerConnection; | ||
@@ -68,3 +68,3 @@ WRTCPeerConnectionIceEvent = window.RTCPeerConnectionIceEvent; | ||
WRTCRtpTransceiver = window.RTCRtpTransceiver; | ||
WRTCSctpTransport = window.RTCSctpTransport; | ||
// WRTCSctpTransport = window.RTCSctpTransport; | ||
WRTCSessionDescription = window.RTCSessionDescription; | ||
@@ -78,3 +78,3 @@ } else if (typeof self !== "undefined") { | ||
WRTCIceCandidate = self.RTCIceCandidate; | ||
WRTCIceTransport = self.RTCIceTransport; | ||
// WRTCIceTransport = self.RTCIceTransport; | ||
WRTCPeerConnection = self.RTCPeerConnection; | ||
@@ -85,3 +85,3 @@ WRTCPeerConnectionIceEvent = self.RTCPeerConnectionIceEvent; | ||
WRTCRtpTransceiver = self.RTCRtpTransceiver; | ||
WRTCSctpTransport = self.RTCSctpTransport; | ||
// WRTCSctpTransport = self.RTCSctpTransport; | ||
WRTCSessionDescription = self.RTCSessionDescription; | ||
@@ -97,3 +97,3 @@ } | ||
WRTCIceCandidate as RTCIceCandidate, | ||
WRTCIceTransport as RTCIceTransport, | ||
// WRTCIceTransport as RTCIceTransport, | ||
WRTCPeerConnection as RTCPeerConnection, | ||
@@ -104,4 +104,4 @@ WRTCPeerConnectionIceEvent as RTCPeerConnectionIceEvent, | ||
WRTCRtpTransceiver as RTCRtpTransceiver, | ||
WRTCSctpTransport as RTCSctpTransport, | ||
// WRTCSctpTransport as RTCSctpTransport, | ||
WRTCSessionDescription as RTCSessionDescription, | ||
}; |
@@ -11,3 +11,3 @@ "use strict"; | ||
const RTCIceCandidate = wrtc.RTCIceCandidate; | ||
const RTCIceTransport = wrtc.RTCIceTransport; | ||
// const RTCIceTransport = wrtc.RTCIceTransport; | ||
const RTCPeerConnection = wrtc.RTCPeerConnection; | ||
@@ -18,3 +18,3 @@ const RTCPeerConnectionIceEvent = wrtc.RTCPeerConnectionIceEvent; | ||
const RTCRtpTransceiver = wrtc.RTCRtpTransceiver; | ||
const RTCSctpTransport = wrtc.RTCSctpTransport; | ||
// const RTCSctpTransport = wrtc.RTCSctpTransport; | ||
const RTCSessionDescription = wrtc.RTCSessionDescription; | ||
@@ -24,3 +24,2 @@ | ||
RTCSessionDescription, | ||
RTCSctpTransport, | ||
RTCRtpTransceiver, | ||
@@ -31,3 +30,2 @@ RTCRtpSender, | ||
RTCPeerConnection, | ||
RTCIceTransport, | ||
RTCIceCandidate, | ||
@@ -34,0 +32,0 @@ RTCDtlsTransport, |
{ | ||
"name": "isomorphic-wrtc", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
5186
123