We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79898ab commit 00e84cbCopy full SHA for 00e84cb
README.md
@@ -60,8 +60,10 @@ var port = 6881
60
61
// optional options dictionary
62
var opts = {
63
- rtcConfig: {}, // RTCPeerConnection configuration object
64
- wrtc: {}, // custom webrtc impl (useful in node.js)
+ // RTCPeerConnection config object (only used in browser)
+ rtcConfig: {},
65
+ // custom webrtc impl, useful in node to specify [wrtc](https://npmjs.com/package/wrtc)
66
+ wrtc: {},
67
getAnnounceOpts: function () {
68
// provide a callback that will be called whenever announce() is called
69
// internally (on timer), or by the user
0 commit comments