EnableX / enx-rtc-react-native

This is a step-by-step guide to to integrate EnableX Video SDK into your React Native Application for implementation of real time Video Calls. Begin with installing Node.js, Xcode (for Mac users), and Android Studio.
https://www.enablex.io/cpaas/
0 stars 2 forks source link

Could not invoke EnxRoomManager.initRoom #3

Closed Zurdge closed 3 years ago

Zurdge commented 3 years ago

Hi ya, I'm trying to set up video calls for my app. https://developer.enablex.io/video-api/client-api/react-native-toolkit/

I'm getting the error "Could not invoke EnxRoomManager.initRoom", is this something someone knows how to fix? In the example https://github.com/EnableX/One-to-One-Video-Calling-Open-Source-React-Native-Application there are a lot of eventHandlers for the component, of these event handlers are any mandatory?

package.json

"dependencies": {
    "enx-rtc-react-native": "^1.8.3",
    "react": "16.13.1",
    "react-native": "0.63.4"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/express": "^4.17.11",
    "@types/jest": "^26.0.20",
    "@types/react-native": "^0.64.0",
    "@types/react-test-renderer": "^16.9.2",
    "axios": "^0.21.1",
    "babel-jest": "^26.6.3",
    "body-parser": "^1.19.0",
    "eslint": "^7.14.0",
    "express": "^4.17.1",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.64.0",
    "react-test-renderer": "17.0.1",
    "typescript": "^3.8.3"
  },

Screenshot_20210402_110821_com reactnativeenablex