Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce onMute and onUnmute methods for player mute detection #258

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Siddharth2212
Copy link

Enhancement: Introduce onMute and onUnmute Methods for Player State Detection 🎵

This pull request introduces two new methods, onMute and onUnmute, enhancing our video player's functionality. These methods enable dynamic detection of the player's mute state, providing the foundation for responsive interactions and user experience improvements.

🔍 Key Features:

onMute Method:

Enables the application to capture events when the player is muted.
Facilitates the execution of custom actions or visual cues tied to the muted state.
onUnmute Method:

Provides a mechanism to detect when the player is unmuted.
Allows the application to respond dynamically to unmute events, enhancing user engagement.

Signed-off-by: Siddharth Sogani <siddharthsogani@gmail.com>
@BobDickinson
Copy link

Does this PR introduce onMute and onUnmute? All I see is the wakelock dep update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants