lib-jitsi-meet: TypeError: _this.isCollectingLocalStats is not a function (it is undefined)
After jitsiConnectionEstablished
I tried to call JitsiMeetJS.createLocalTracks({ devices: ['audio'] });
But got an error: "error": [TypeError: _this.isCollectingLocalStats is not a function (it is undefined)]
I am using latest react-native@0.73.6
About this issue
- Original URL
- State: closed
- Created 3 months ago
- Comments: 18 (18 by maintainers)
Commits related to this issue
- #2489 Move isCollectingLocalStats to the statistics. Mark JitsiMeetJS.isCollectingLocalStats as deprecated with warning to use Statistics.isCollectingLocalStats instead. — committed to Romick2005/lib-jitsi-meet by Romick2005 3 months ago
- #2489 Remove depreaction warning as Statistics is not exposed. — committed to Romick2005/lib-jitsi-meet by Romick2005 3 months ago
Can you reproduce the same error on alpha.jitsi.net?