Closed Bug 1013092 Opened 11 years ago Closed 11 years ago

Remove logo in remote video stream

Categories

(Hello (Loop) :: Client, defect, P1)

defect

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);
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)
Yep, will try.
Assignee: nobody → standard8
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)
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.
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
Group: mozilla-employee-confidential
Target Milestone: mozilla32 → mozilla33
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.

Attachment

General

Created:
Updated:
Size: