Skip to main content

Show Local Images

You can also have overlay images in your Eyeson video calls. Here you will learn how to blend in a local image into the video stream.

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

You can only select one HTTP request (-d or -F) method!

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"