UNPKG
ortc-adapter
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
ORTC to WebRTC Adapter
github.com/twilio/ortc-adapter
twilio/ortc-adapter
ortc-adapter
/
lib
/
index.js
6 lines
(4 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
.
RTCIceCandidate
=
require
(
'./rtcicecandidate'
);
module
.
exports
.
RTCPeerConnection
=
require
(
'./rtcpeerconnection'
);
module
.
exports
.
RTCSessionDescription
=
require
(
'./rtcsessiondescription'
);