Skip to content

Commit 91cf159

Browse files
committed
simple peer
1 parent 0ec885e commit 91cf159

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/comms/rtc-socket-comms.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class RTCSocketComms extends PeerComms {
2121
}
2222
}
2323

24+
static get SimplePeer(){
25+
return SimplePeer
26+
}
2427

2528
async socketInit(){
2629
debug('init')
@@ -29,4 +32,4 @@ class RTCSocketComms extends PeerComms {
2932
}
3033

3134

32-
module.exports = RTCSocketComms
35+
module.exports = RTCSocketComms

0 commit comments

Comments
 (0)