videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

I have build an Angular Video Player with Videogular. I have applied [muted]="true" then my video is muted but when I tried to unmute based on mouse click it's not going to reflect the change. Kindly please help. #849

Closed dnyaneshwar-surywanshi closed 3 years ago

dnyaneshwar-surywanshi commented 5 years ago

Description

I have build an Angular Video Player with Videogular. I have applied [muted]="true" then my video is muted but when I tried to unmute based on mouse click it's not going to reflect the change. Kindly please help.

Expected Behavior

video should play auto after page loaded and audio is mute.

Actual Behavior

Video is playing after page load but mute button not reflecting changes. Here is code :

dnyaneshwar-surywanshi commented 3 years ago

No one give the solution so I am closing.