Setting RTCView.streamURL with ref after mount/render

In the browser it’s possible to use a reference to a Video element, and set vidref.current.srcObject to a MediaStream after the video element has rendered, and if things are good, video will flow.

In all the examples I’ve seen with RNW, the RTCView streamURL is being set at the time of render/mount, not later using a reference.
Would that work to set streamURL after the render?, or must I set the RTCView streamURL at the time it is rendered?
Thanks

1 Like