Closed
Bug 1015085
Opened 11 years ago
Closed 10 years ago
Loop server - Implement "User Calls Other User by ID" flow
Categories
(Hello (Loop) :: Server, defect, P1)
Hello (Loop)
Server
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla33
People
(Reporter: RT, Assigned: ferjm)
References
Details
(Whiteboard: ft:Loop)
Attachments
(1 file)
If a contact holds multiple identities (e-mail addresses and phone numbers), these multiple identities are sent to the server which will notify identities which are registered and connected of an incoming call request.
If multiple identities are registered they are all notified though push notifications and the first identity which answers or declines causes all other engaged identities to have their incoming calls cancelled (first who answers or declines wins).
Reporter | ||
Comment 1•11 years ago
|
||
Concerns related to load issues when sending a long list of identities should be addressed by the fact that the server will only try to reach connected registered identities and will discard others.
Comment 2•10 years ago
|
||
This is looping on the given list and trying to call them in turn, if the simple push url exists.
Comment 3•10 years ago
|
||
We want to have an API exposed to do a POST on /calls.
Client would need to pass in the body the list of users she want to reach. It will get in return a caller token, in the same way described in the call to /call/{token}
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ferjmoreno
Summary: Loop server - handle multiple identities in a call invitation → Loop server - Implement "User Calls Other User by ID" flow
Assignee | ||
Updated•10 years ago
|
OS: Linux → All
Hardware: x86 → All
Assignee | ||
Updated•10 years ago
|
Priority: P3 → P1
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Whiteboard: ft:Loop
You need to log in
before you can comment on or make changes to this bug.
Description
•