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

No User Is Online #10

Open
Adnan-addi opened this issue Jan 10, 2017 · 3 comments
Open

No User Is Online #10

Adnan-addi opened this issue Jan 10, 2017 · 3 comments

Comments

@Adnan-addi
Copy link

I downloaded the template and managed it to compile and run on my device , i installed it on two devices after puting my own pubnub keys , signed in on both devices but it displays user is not online ??

if i use web api debugging i recieved the call on device but stucks at connecting ... ??

i dont understand where i am making a mistake , how to establish a call between two devices?

@RiteshAdulkar
Copy link

@Adnan-addi Did you solve this problem?
In my case , Connection is not happening on video call, Every time it shows connecting...

@RiteshAdulkar
Copy link

Refer this link - https://github.com/newbie007fx/newwebrtc

@martipello
Copy link

i have the exact same issue, if i call myself from the debugger it places the call to either of my devices but just displays connecting, if i call my device from my other device i just get user is not online which is obviously coming from here

               if (occupancy == 0) {
                    System.out.println("User is not online");
                    return;
                }

i just dont know how to rectify it i also notice that the previous log statement in the success callback

   Log.d("MA-dC", "HERE_NOW: " + " CH - " + callNumStdBy + " " + message.toString());

prints this

     HERE_NOW:  CH - 37yntLaKSGPgNVrRs18M9GDRLy42-stdby 
     {"service":"Presence","message":"OK","occupancy":0,"status":200,"uuids":[]}

im not sure but i think uuids should have some values inside which maybe the crux of the issue, any help would be appreciated

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