А покаж код, у меня все ок
При клике на iframe:
public playVideo(e): void {
this.iframeRef.nativeElement.contentWindow.postMessage(
'{"event":"command","func":"playVideo","args":""}',
'*',
);
const click_event = new Event('click');
this.iframeRef.nativeElement.dispatchEvent(click_event);
}