https://w3c.github.io/autoplay/#autoplay-policy
enum AutoplayPolicy {
"allowed",
"allowed-muted",
"disallowed"
};
With Edge we are still working through how to improve auto play for users, and this is a top customer feedback we get. The above set of options restricts us from trying different ways to solve autoplay issues. For example, if we wanted to prompt users for permission to autoplay the above set does not give us the flexibility to pursue that option.