Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Built in Watermark for RemoteVideo tiles #893

Open
mycroft-cesar opened this issue May 11, 2023 · 2 comments
Open

[FEATURE REQUEST] Built in Watermark for RemoteVideo tiles #893

mycroft-cesar opened this issue May 11, 2023 · 2 comments
Labels
feature-request New feature or request Triaged

Comments

@mycroft-cesar
Copy link

Community Note

  • Please do not add additional comments such as "+1" or "me too" to existing issues - instead please vote on the issue by adding a 👍 to the issue. The Amazon Chime SDK team will prioritize the request based on the number of 👍 the issue has received.
  • Please go through the existing issues to see if your request has already been recommended.
  • Please do not use this template to report bugs. This repository has an issue template for issues and documentation to help with your development.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Tell us about your request

What do you want us to build?

I would like to have an option to pass a custom watermark (e.g. "César 05/11/2023") to the content share tile (RemoteVideo) to improve the security of our information being shared.

Tell us about the problem you are trying to solve and why is it hard?

I've been reading the docs but I couldn't find a single thing about how could include a built in watermark for each user (such as the attendee's name and date) even though I found this update note which mentions watermarking.

Do you have something close to that already?

I'm currently using the React Component Library and JS SDK.

How are you currently solving a problem?

Our current watermark is just a div with some info and style but it can be easily removed by inspecting the page and deleting the element from the DOM.

Additional context

@mycroft-cesar mycroft-cesar added the feature-request New feature or request label May 11, 2023
@mycroft-cesar mycroft-cesar changed the title [FEATURE REQUEST] Built in Watermark for RemoveVideo tiles [FEATURE REQUEST] Built in Watermark for RemoteVideo tiles May 23, 2023
@michhyun1
Copy link
Contributor

michhyun1 commented Jun 6, 2023

I think that documentation is referring to background replacement - https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-chime-sdk-video-background

However, I'm not 100% sure if a watermark is exactly what you're looking for. It seems like you just want a label on a remote video tile. You might be able to import the VideoTile component from the React Library, and if it's not customizable enough for you, you might just consider copying the source code for the VideoTile component and add a label on it.

@andreMycroft
Copy link

Actually, we just like to add a watermark in the content that is being shared for each user that is watching the video content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request Triaged
Projects
None yet
Development

No branches or pull requests

4 participants