Skip to main content

How to show Local Images

Sources used in video calls aren't limited to server-hosted files - you can also use images directly from your local drive in meetings. This guide demonstrates how to blend a local image into your video stream as a foreground overlay layer.

curl -X POST \
-F "file=@path/to/local/file.png" \
-F "z-index=1" \
"https://api.eyeson.team/rooms/$ACCESS_KEY/layers"

If you don't want the overlay to be shown anymore, try using these snippets

curl -X DELETE "https://api.eyeson.team/rooms/$ACCESS_KEY/layers/1"