-
Notifications
You must be signed in to change notification settings - Fork 21
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
What's the purpose of Google Cloud Project? #2
Comments
This does connect to our servers through SDK. Developers need not have Google project ID is for GCM.
|
Why is GCM required? |
SDK needs that for call management.
|
I am trying to compile the sample app. The register method requires 5 arguments where as sample app provides it 4 arguments. Which argument is missing from the sample app? |
second argument is a userName. you can refer the other example which has
|
Where can I find the documentation? |
There isn't any at the moment, you can refer to ReadMe which has a basic
|
The other example on this Account also have 4 arguments for register method. Can you please tell me arguments and their purposes? |
userId: unique user id,
|
Your sample project isn't compiling:
Are there any redundant libraries/dependencies in the sample app that are already included in the your library project? |
Please try the other sample app, that was updated last.
|
That isnt compiling either |
Then there's an issue with your dev environment. Btw, you also need to send
|
Other projects are compiling fine. Android Studio just can't compile your library sample project |
The problem seems to be the compiled library file. Some of the Proguard settings which are used to obfuscate the library.aar file are causing this error. Below is the attached log:
|
Ok I have successfully compiled the sample app however I am unable to register. Why is that? I am getting THis is the method signature:
|
You need to have an access for that. Go through ReadMe for details.
|
Are there any hidden charges? Or Any charges at all? |
could you plz open a new issue for this?
|
Ok. |
If this SDK doesn't use a server to stream/connect users for video chat, how does it stream and connect the two users?
What's the purpose of the GoogleCloudProject in this library?
The text was updated successfully, but these errors were encountered: