- product:video - language:javascript - language:nodejs - sdk:relaybrowser3 sidebar_custom_props: platform: javascript SignalWire renders the video of your room in the cloud. This means that everyone sees the same content, and you could have a virtually unlimited number of connected users: the network link between your computer and SignalWires server will only need to carry a single video stream, no matter what. To give your clients metadata about the position of the different video members within the cloud-rendered video stream, SignalWire APIs support the concept of _layers_. In a few words layers indicate, at any instant of time, the semantic content of each portion of the video stream. We can use this information for example to show the name of a member whenever the user hovers its mouse over it, and much more. In this demo app, we will just show how to display a selection indicator as follows:
## Frontend We will make all our changes to the