We’re using the JS SDK to embed two cameras in a mobile site. Is there a configuration parameter to request a snapshot instead of the black background before the play button is clicked? On our desktop site we display a clickable thumbnail snapshot for each camera which opens a larger pop-up window for viewing the video stream.
So far I can only see the “id” and “autoPlay” options being passed to AngelCam.player( { … } ) and the only documentation I found was the “Working with Broadcasting Embed codes” article which is not a formal specification and doesn’t refer to any other possible configuration parameters.