XP Mobile SDK Web, Live Feed Autoplay

On the XP Mobile SDK demo, is it possible to autoplay the live feed, instead of the user clicking on the Play button? Thanks in advanced.

Hi,

Could you clarify which demo are you referring to? An example with playing the video after login using the video-stream component is available here:

https://github.com/milestonesys/mipsdkmobile-web/blob/main/Samples/VideoStream/sample.js

If you are not using the component then you can request a stream and use the VideoConnection from the success callback to start receiving video frames, after initializing the element that you are using to display the video.

Thank you! That was exactly what I was looking for.