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

ECIExampleLicode does not connects directly with Licode Try It! demo. #55

Closed
icyield opened this issue May 16, 2017 · 2 comments
Closed

Comments

@icyield
Copy link

icyield commented May 16, 2017

Hi README says "Checkout the source code and you will see a project named ECIExampleLicode which offers multiple video conference that connects directly with Licode Try It! demo."

But this seems no longer true as a host,serviceid,servicekey are needed.

Is there anyway to test without setting up a server?

Thanks

@zevarito
Copy link
Owner

There are basically two ways to connect with Licode from the example app, ask for a token to a running Licode/Nuve server or use a Nuve layer providing keys to connect with, create rooms, etc.

Currently the default behavior is to use Nuve layer[0], which means you need to provide Licode keys here: [1] for it to work ok. The shortest path to have a full Licode instance running should be using Docker[3].

If you want to connect with Licode demo servers you need to enable this behavior[3] and disable[0]. Notice that many times that server is either down or with invalid SSL certs.

[0]

[[Nuve sharedInstance] createTokenForTheFirstAvailableRoom:nil

[1]

static NSString *kNuveHost = nil;

[2] https://github.com/lynckia/licode/blob/master/Dockerfile

[3]

@allenlinli
Copy link
Contributor

Hi @zevarito I think there's small typo here. The shortest path to have a full Licode instance running should be using Docker[3], it should be Docker[2] instead of Docker[3].

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