Dynamic layer creation with eyeson-node-layer
Define your overlay and background layer with dynamic content and let the library create the image for you on-the-fly.
Define your overlay and background layer with dynamic content and let the library create the image for you on-the-fly.
Thanks to the implementation of Custom layout map API in Eyeson, you can now change the layout without having the need for pre-defined layouts provided by us. This has some major upsides regarding the control over the stream content.
In this tutorial we want to use the adaptive layout to arrange users around an image for a seamless presentation.
You can instantly update the stream content during a live session using some HTML and Javascript.
This example includes
We provide the new option background_color
to let you customize the meeting
video background color to your needs.
The option is only available on the meeting start request, see API room reference. It can not be changed during the meeting.
The following example shows how to use the new option with curl
.
$ curl -X POST \
-H "Authorization: YOUR_API_KEY" \
-d "user[name]=John Doe" \
-d "options[background_color]=#121212" \
https://api.eyeson.team/rooms