Passing extra params in embedding in NeetoRecord

This is regarding passing the extra params on the NeetoRecord embed video. This provides a smooth experience for visitors, enabling them to view the video without leaving the site.

Description

Loom uses code

Timestamps: Start the video at a specified timestamp.

t=80s or t=1m20s

Mute: Starts the video muted.

muted=1 or muted=true

Autoplay: Immediately plays the embedded video

autoplay=1 or autoplay=true

Considerations for Autoplay to include in the help article

  • Browsers generally block autoplay with sound, so muting is required for autoplay to work.

  • Autoplay may not work on all browsers or sites due to browser policies, and NeetoRecord cannot always bypass these restrictions.

Questions:

Currently, we only consider passing parameters on embedding. Should we consider this for the general NeetoRecord URL as well?