Loop/Architecture/MVP: Difference between revisions

Jump to navigation Jump to search
urlDate is urlCreationDate in the code.
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''
             '''"urlDate": "1403300282"''' ''//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.
* '''urlDate''': For link-clicker calls, the date on which the link was generated.
* '''urlCreationDate''': For link-clicker calls, the date on which the link was generated.


=== New API Calls ===
=== New API Calls ===
68

edits

Navigation menu