Skip to content

Commit 00e84cb

Browse files
committed
readme
1 parent 79898ab commit 00e84cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ var port = 6881
6060

6161
// optional options dictionary
6262
var opts = {
63-
rtcConfig: {}, // RTCPeerConnection configuration object
64-
wrtc: {}, // custom webrtc impl (useful in node.js)
63+
// RTCPeerConnection config object (only used in browser)
64+
rtcConfig: {},
65+
// custom webrtc impl, useful in node to specify [wrtc](https://npmjs.com/package/wrtc)
66+
wrtc: {},
6567
getAnnounceOpts: function () {
6668
// provide a callback that will be called whenever announce() is called
6769
// internally (on timer), or by the user

0 commit comments

Comments
 (0)