Render streaming multiple cameras

in the FAQ it says:
"Can you broadcast the feed from multiple cameras?
Currently, version 1.0 cannot."

The current application I want to use with render streaming uses a split view with 2 unity cameras.

Can I use render streaming for this one application streaming this main view of split cameras as one stream? Or am I completely unable to use this app w render streaming because the app uses 2 unity cameras?

example game view (not mine)

Hi, please try the VideoSourceType.Screen in VideoStreamSender component.

perfect thank you!