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

Fix Record#setAudioOutput for non Audio only players #733

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

restless
Copy link

#fixes #732

The setAudioInput method raises "player is not defined" exception when used in a mode different from the AUDIO_ONLY one.

This PR fixes the problem by replacing the call to a global (and not always defined) player.tech_.el_ call with this.player.tech_.el_.

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.

setAudioInput is broken when used in non AUDIO_ONLY mode
1 participant