-
-
Notifications
You must be signed in to change notification settings - Fork 772
Know if player is muted #1034
-
Is there a way to know if the player is muted or unmuted?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 5 replies
-
You mute/unmute programmatically. Is that what you're asking?
Beta Was this translation helpful? Give feedback.
All reactions
-
No, I want to know if the player volume is muted currently or current volume level.
Beta Was this translation helpful? Give feedback.
All reactions
-
@PierfrancescoSoffritti Any updates on this? I want to know the player's audio muted status. Something like
val isVideoMuted = youTubePlayer.isMuted
Beta Was this translation helpful? Give feedback.
All reactions
-
This is currently not possible. Although the player has a method for it. The library currently has no way to call a method in javascript and get a result back, but I think it should be doable.
Beta Was this translation helpful? Give feedback.
All reactions
-
Understood @PierfrancescoSoffritti , Thanks for the quick support.
Beta Was this translation helpful? Give feedback.
All reactions
-
I have opened #1045 to keep track of this.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1