I'm using Twilio Video JS SDK to support video calls in our React web app. We are also using newrelic in our application and with that enabled users are unable to join Twilio room.
Upon further checking I found out that the Twilio connect API is not resolving with newrelic
enabled.
Getting following error in the browser console:
TypeError: Unhandled Promise Rejection: e.forEach is not a function
Additional Context
- Issue is not there in Firefox for some reason, but I tested it on Chrome, Edge and Safari it is there.
- I'm using
twilio-video@2.13.0
JavaScript SDK, but I even tried upgrading to the latest version as well but the issue is still there. - Using
newrelic@7.5.2
, similarly I tried upgrading its version as well but no luck.
Can someone please help here on finding out how can we resolve this issue?