ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
124 stars 111 forks source link

'_reactNativeConnectycube.default.videochat.onCallListener #211

Closed ahmi354 closed 2 years ago

ahmi354 commented 3 years ago
Screenshot 2021-03-09 at 9 22 01 PM

working fine on android but when i try to open it on ios i am getting the error any idea why ?

ccvlad commented 3 years ago

Is it the RNVideoChat sample? Did you change something i the code?

ahmi354 commented 3 years ago

no i havent

ccvlad commented 3 years ago

Ok We will check the Demo on iOS Simulator and let you know

ccvlad commented 3 years ago

@ahmi354

  1. git clone git@github.com:ConnectyCube/connectycube-reactnative-samples.git
  2. cd connectycube-reactnative-samples/RNVideoChat
  3. npm install
  4. npm run android and start project from Xcode

Works for me:

Screen Shot 2021-03-15 at 14 16 52
kim-zhong commented 3 years ago

I am encounting the same issue. I am using expo and tring to run the sample however everytime after I click login in it returns the error oncall listener cannot be null....

SavinderSingh commented 3 years ago

For this you have to install react-native-webrtc library, this will help you to solve this issue..

ccvlad commented 2 years ago

Closed due to inactivity. Please create a new issue if needed.