Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to clone the repo #47

Closed
HimanshuGajera opened this issue Mar 13, 2020 · 20 comments
Closed

Unable to clone the repo #47

HimanshuGajera opened this issue Mar 13, 2020 · 20 comments

Comments

@HimanshuGajera
Copy link

I am getting this error:

Git: fatal: repository 'https://github.com/ConnectyCube/connectycube-reactnative-samples/tree/master/RNVideoChat/' not found

@DaveLomber
Copy link
Collaborator

Hi @HimanshuGajera

please try git clone git@github.com:ConnectyCube/connectycube-reactnative-samples.git

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 17, 2020 via email

@ccvlad
Copy link
Contributor

ccvlad commented Mar 17, 2020

https://github.com/ConnectyCube/connectycube-reactnative-samples/blob/master/RNVideoChat/README.md#quick-start-and-develop

Use real iOS/Android devices instead of simulator/emulator to have active cameras

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 17, 2020 via email

@ccvlad
Copy link
Contributor

ccvlad commented Mar 17, 2020

You should have min 2 device and do login by different users on each device, then make a call from User1 to User2 and User2 have to accept an incoming call. Also don't forget to allow requested permissions.

Provide us some helpful information such as logs or steps to reproduce if you would not able to make call. Maybe I have missunderstood you

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 17, 2020 via email

@ccvlad
Copy link
Contributor

ccvlad commented Mar 17, 2020

I don't see any screenshot. Please attach again

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 17, 2020 via email

@ccvlad
Copy link
Contributor

ccvlad commented Mar 17, 2020

Screenshot 2020-03-17 at 14 37 05

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 17, 2020 via email

@ccvlad
Copy link
Contributor

ccvlad commented Mar 17, 2020

Just send via GitHub issues.

@HimanshuGajera
Copy link
Author

These are screenshots:
Screenshot_20200317-171656_RNVideoChat
Screenshot_20200317-171646_RNVideoChat

@ccvlad
Copy link
Contributor

ccvlad commented Mar 17, 2020

#/connectycube-reactnative-samples/RNVideoChat/src/components/AuthScreen/index.js

Change const _onFailLogin = () => {...} to const _onFailLogin = (error = {}) =>

Then we will see the error

@HimanshuGajera
Copy link
Author

This is what i'm getting
Screenshot_20200317-232132_RNVideoChat

@ccvlad
Copy link
Contributor

ccvlad commented Mar 18, 2020

I see that you have changed users' names, seems you have also changed users in config. Make sure that you correctly pointed a config on your ConnectyCube app (https://admin.connectycube.com/)

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 18, 2020 via email

@ccvlad
Copy link
Contributor

ccvlad commented Mar 18, 2020

Revert the config file to the source state and check again, do not change anything.
You are getting the error cause backend doesn't know your users.

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 18, 2020 via email

@ccvlad
Copy link
Contributor

ccvlad commented Mar 18, 2020

Just change user's name: https://github.com/ConnectyCube/connectycube-reactnative-samples/blob/master/RNVideoChat/src/config.js#L15.

Also you are able to create new app on our shared server. Follow the guide.

Then create users via the admin panel or via user API and set its to the config file.

@HimanshuGajera
Copy link
Author

HimanshuGajera commented Mar 18, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants