Mike Patterson
Results
1
comments of
Mike Patterson
This worked for me. Could probably remove the volume and muted prop ```jsx { const player = e.getInternalPlayer(); player.setAttribute('muted', 'true'); }} /> ```