Closed
Bug 1013092
Opened 11 years ago
Closed 11 years ago
Remove logo in remote video stream
Categories
(Hello (Loop) :: Client, defect, P1)
Hello (Loop)
Client
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla33
People
(Reporter: RT, Assigned: standard8)
References
Details
Attachments
(1 file)
Currently a logo appears in the top left corner of the remote video window.
This logo should be removed using the following code sample:
var publisherProperties = {bugDisplayMode: "off"};
var publisher = OT.initPublisher(targetElement,
publisherProperties);
Comment 1•11 years ago
|
||
Hey Mark -- Can you try inserting the 2 lines of code above and see if it works (i.e. removes the logo in the top left corner of the remote video window)? If so, I'd like to check it into the code. If it doesn't work or if you need more info, let me know. Thanks.
Flags: needinfo?(standard8)
Assignee | ||
Comment 3•11 years ago
|
||
It doesn't work. I've altered our code to do the equivalent, and it isn't working on either desktop or web client.
I can change the default in the sdk to "off" and that works for publisher video, but not for subscriber.
Group: mozilla-employee-confidential
Flags: needinfo?(standard8)
Assignee | ||
Comment 4•11 years ago
|
||
Ok, Romain's just chatted to me over irc, and given me a slight alternative:
var publisherProperties = {style: { bugDisplayMode: "off" } };
This does work, and is consistent with the sdk guide for the initPublisher/subscribe methods.
I'll get it on a PR.
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8425430 -
Flags: review?(nperriault)
Comment on attachment 8425430 [details] [review]
Link to Github pull-request: https://github.com/mozilla/loop-client/pull/31
LGTM
Attachment #8425430 -
Flags: review?(nperriault) → review+
Assignee | ||
Comment 7•11 years ago
|
||
https://github.com/mozilla/loop-client/commit/3942f7eda2a4b03aede289b2b3317a4c683ac56c
I've updated the loop-dev server with this, so it is already there. Desktop clients will pick it up as they update to latest etc.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Group: mozilla-employee-confidential
Assignee | ||
Comment 8•11 years ago
|
||
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Target Milestone: mozilla32 → mozilla33
Comment 10•11 years ago
|
||
Untracking for QA. Please needinfo me to request specific testing.
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•