Initial Muted

Start with muted set to true (see example):

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