Loop/Architecture/MVP: Difference between revisions

Jump to navigation Jump to search
Line 88: Line 88:
             '''"callerId": "adam@example.com",'''
             '''"callerId": "adam@example.com",'''
             '''"progressURL": "wss://loop214.services.mozilla.com:443/call_progress/1afeb4340d995938248ce7b3e953fe80",'''
             '''"progressURL": "wss://loop214.services.mozilla.com:443/call_progress/1afeb4340d995938248ce7b3e953fe80",'''
            '''"state": "init"'''
             '''"call_url": "http://localhost:5000/calls/FfzMMm2hSP"''' ''// optional''
             '''"call_url": "http://localhost:5000/calls/FfzMMm2hSP"''' ''// optional''
             '''"urlDate": "1403300282"''' ''//optional''
             '''"urlDate": "1403300282"''' ''//optional''
Line 98: Line 99:
* '''callerId''': Identity of calling party. Can be email address, E.164-format phone number (must start with a "+" character), or memento indicated by user at link generation time.
* '''callerId''': Identity of calling party. Can be email address, E.164-format phone number (must start with a "+" character), or memento indicated by user at link generation time.
* '''progressURL''': WebSockets URL the client needs to connect to in order to receive call setup progress information and control call setup.
* '''progressURL''': WebSockets URL the client needs to connect to in order to receive call setup progress information and control call setup.
* '''state''': Call setup state for the incoming call (see [[#WebSockets Connection for Call Progress]], below).
* '''call_url''': 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.
* '''call_url''': 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.
* '''urlDate''': For link-clicker calls, the date on which the link was generated.
Confirmed users
632

edits

Navigation menu