Start with muted set to true (see example):
muted
true
var player = TOP.createAndInitPlayer({ config: { player: { muted: true // Player starts with muted set to true } } });