maciejzasada / flashGetUserMedia

Provides WebRTC getUserMedia fallback via Flash plugin for browsers that do not support getUserMedia natively.
7 stars 2 forks source link

advice to update swfobject #1

Open toxic-johann opened 7 years ago

toxic-johann commented 7 years ago

the SWFObject v.2.2 use callee, which is forbidden in strict mode now. What's more, the v2.2 will make a infinite loop on safari. I use your code to polyfill the webrtc on safari these days.If you need , i can take a pull request make it more runnable.Or you can just replace it

maciejzasada commented 7 years ago

Thanks for the info. Feel free to make a PR and I'll merge it.

toxic-johann commented 7 years ago

ok, i have a vocation these days.I will make a PR soon