Closed
Bug 1090103
Opened 10 years ago
Closed 10 years ago
[Loop] FxOS Loop client needs to send channel in call setup messages
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaoo, Assigned: jaoo)
References
Details
(Whiteboard: [mobile app][blocking][tef-triage][loop in v1.1])
Attachments
(1 file)
This is the FxOS Loop client counterpart to bug 1033579.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → josea.olivera
Comment 1•10 years ago
|
||
According to https://wiki.mozilla.org/Loop/Architecture/MVP#POST_.2Fcalls
channel=mobile, will be used for the Firefox OS Mobile client.
That's we need to implement in this bug (see also https://bugzilla.mozilla.org/show_bug.cgi?id=1034538#c6 to check what we agreed)
We need Loop server team coordination so they are aware of this change and provide the corresponding API key that should be used.
Comment 2•10 years ago
|
||
This is already handled on the server side. The mobile channel will use the default channel which is the release api key.
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Rémy Hubscher (:natim) from comment #2)
> This is already handled on the server side. The mobile channel will use the
> default channel which is the release api key.
Well, good to know. I'll add the bits we need for sending the channel name ('mobile') as we don't send it yet. Thanks!
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8512969 -
Flags: review?(crdlc)
Comment 5•10 years ago
|
||
Please, uplift the patch to 1.1 branch after landing in master
Whiteboard: [mobile app][blocking][tef-triage][loop approved for 1.1]
Comment 6•10 years ago
|
||
Comment on attachment 8512969 [details] [review]
Pointer to Github PR https://github.com/mozilla-b2g/firefoxos-loop-client/pull/259
LGTM José, thanks a lot
Attachment #8512969 -
Flags: review?(crdlc) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Landed on master branch at:
https://github.com/mozilla-b2g/firefoxos-loop-client/commit/04dd322b92ced6729c1d8ca729b7a0c05c4bbf68
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•10 years ago
|
||
Landed on 1.1 branch at:
https://github.com/mozilla-b2g/firefoxos-loop-client/commit/797e0d2b16bfcfa967a20dd6674748f9a2c6eaa8
Whiteboard: [mobile app][blocking][tef-triage][loop approved for 1.1] → [mobile app][blocking][tef-triage][loop in v1.1]
You need to log in
before you can comment on or make changes to this bug.
Description
•