newbie007fx / newwebrtc

this project is forked from https://github.com/GleasonK/AndroidRTC
MIT License
6 stars 4 forks source link

User is not online #1

Open bkeshh opened 7 years ago

bkeshh commented 7 years ago

When I make call, "User is not online" message is displayed even if the receiver is online.

newbie007fx commented 7 years ago

sorry for my mistake. i commented the return command in this script. if (occupancy == 0) { showToast("User is not online!"); //return; } sometime if you have slow internet connection the pubnub server will response with 0 of occupancy, event actually the device still can connected.