68
edits
No edit summary |
(urlDate is urlCreationDate in the code.) |
||
| Line 108: | Line 108: | ||
'''"state": "init"''' | '''"state": "init"''' | ||
'''"callUrl": "http://localhost:5000/calls/FfzMMm2hSP"''' ''// optional'' | '''"callUrl": "http://localhost:5000/calls/FfzMMm2hSP"''' ''// optional'' | ||
'''" | '''"urlCreationDate": "1403300282"''' ''//optional'' | ||
} | } | ||
] | ] | ||
| Line 119: | Line 119: | ||
* '''state''': Call setup state for the incoming call (see [[#WebSockets Connection for Call Progress]], below). | * '''state''': Call setup state for the incoming call (see [[#WebSockets Connection for Call Progress]], below). | ||
* '''callUrl''': For link-clicker calls, the URL that was used to initiate this call. This is used to revoke the URL at call alerting time, if necessary. | * '''callUrl''': For link-clicker calls, the URL that was used to initiate this call. This is used to revoke the URL at call alerting time, if necessary. | ||
* ''' | * '''urlCreationDate''': For link-clicker calls, the date on which the link was generated. | ||
=== New API Calls === | === New API Calls === | ||
edits