mixerLayoutClass custom elements

Hello, wondering if we could add custom UI elements to the Java layout class implementing a Box class. What we need to achieve is

1. Ability to append/add text captions and images on top of Box visual elements.
2. Can those elements be interactive, and can we handle mouse/keyboard/other events?

Thanks,
P
 

Max

Administrator
Staff member
Good day.
1. Ability to append/add text captions and images on top of Box visual elements.
This may be possible, but we don't test it. You can try it in custom class implementation.
2. Can those elements be interactive, and can we handle mouse/keyboard/other events?
No. The custom mixer layout class work at server side, not on client. A player only receives ready to play picture frames via WebRTC. All the user interaction must be implemented in browser or in native client (for iOS/Android SDK).
 
Top