Waiting for peer?
-
Hello!
When automatically connect is enabled or your connected to the jabbercam app, your usually in one of the following states:
- disconnected (stopped)
- auto nexting for a peer (start )
- connected to a peer
I would like to add a waiting state so if I start it doesn't look for another person it just waits for someone to connect to you via your username without attempting to connecting to someone random.
I think it starts here..
getNext()
{
-tells to disconnect and close streams if running
-stops the connection timeout timer
-runs findLater() which starts a timer and changes status to calling
-stops the other persons video
}Any help would be appreciated