Skip to main content
Question

Error 'getStats module was not provided!'

  • June 30, 2020
  • 1 reply
  • 338 views

I am trying to make call using webRTC and this message is thrown. Do I need to import the getStats lib? If I do then why does it not mention in the ringcentral webphone documentation on github?

1 reply

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2473 replies
  • June 30, 2020

It is included in the package.json file. Did you get any error when you run $ npm install command?

"dependencies": {
    "getstats": "1.2.0",
    "sip.js": "0.13.5"
  },