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

allow/deny message not showing on ie 10 #43

Open
tejkiransharma opened this issue Apr 23, 2014 · 0 comments
Open

allow/deny message not showing on ie 10 #43

tejkiransharma opened this issue Apr 23, 2014 · 0 comments

Comments

@tejkiransharma
Copy link

Hi,

I am using jwagener/recorder.js for recording that is working fine on ie 9 and ie 11 but for ie ver. 10 its not working. when my recording section start it does not prompt for microphone setting allow/deny message.
Sometime when we clear browser history number of times then it prompt once for that massage.

Initialization...
Recorder.initialize({
swfSrc: BASE_URL + "/Scripts/flashrecorder.swf"
});

Recording...
Recorder.record({
start: function () {
// here our code is put. this part of section does not execute
}
});

Please suggest any solution to run this code on ie 10

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

No branches or pull requests

1 participant