You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
mycroft-cesar
changed the title
[FEATURE REQUEST] Built in Watermark for RemoveVideo tiles
[FEATURE REQUEST] Built in Watermark for RemoteVideo tiles
May 23, 2023
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.
Community Note
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
The text was updated successfully, but these errors were encountered: