From 00e84cb6697a2a7ecd0acdf56b07011bed654a80 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 29 Feb 2016 20:17:51 -0800 Subject: [PATCH] readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30a3d8b..2a19129 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,10 @@ var port = 6881 // optional options dictionary var opts = { - rtcConfig: {}, // RTCPeerConnection configuration object - wrtc: {}, // custom webrtc impl (useful in node.js) + // RTCPeerConnection config object (only used in browser) + rtcConfig: {}, + // custom webrtc impl, useful in node to specify [wrtc](https://npmjs.com/package/wrtc) + wrtc: {}, getAnnounceOpts: function () { // provide a callback that will be called whenever announce() is called // internally (on timer), or by the user