compared with
Current by Adam Fisk
on Mar 14, 2011 20:57.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View page history
{quote}
h3. Checking for incoming calls
 
To maintain two-way calling, you'll also have to periodically check for incoming current calls.

{quote}
http://www.littleshoot.org/api/client/incomingCalls http://www.littleshoot.org/api/client/allCalls
{quote}
This will give you all the open incoming calls in the following JSON format:
This will give you all the open calls and their status.
 
{code}
{incoming: [id1, id2, id2]}
{code}
 
 
{section}
{column:width=60%}