You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOMException: play() failed because the user didn't interact with the document first.
I faced error in auto play error .
<mat-basic-audio-player [audioUrl]="msbapAudioUrl" [title]="msbapTitle" [autoPlay]="true" muted="muted" (ended)="onEnded($event)" [displayTitle]="msbapDisplayTitle"
[displayVolumeControls]="msaapDisplayVolumeControls" [ngClass]="{ 'hiddenControl': isControl == false } ">
The text was updated successfully, but these errors were encountered:
DOMException: play() failed because the user didn't interact with the document first.
I faced error in auto play error .
<mat-basic-audio-player [audioUrl]="msbapAudioUrl" [title]="msbapTitle" [autoPlay]="true" muted="muted" (ended)="onEnded($event)" [displayTitle]="msbapDisplayTitle"
[displayVolumeControls]="msaapDisplayVolumeControls" [ngClass]="{ 'hiddenControl': isControl == false } ">
The text was updated successfully, but these errors were encountered: