|
|
## Errors, Doubts, Bugs.
|
|
|
|
|
|
### a somewhat chaotic list.
|
|
|
|
|
|
|
|
|
|
|
|
iron 61.0.3163.81 on android 5.1
|
|
|
|
|
|
"Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture."
|
|
|
|
|
|
Media -> Autoplay is activated.
|
|
|
|
|
|
---
|
|
|
|
|
|
On calling:
|
|
|
|
|
|
<code>
|
... | ... | @@ -17,9 +25,14 @@ I/chromium(12718): at https://cenizo.rhizomatica.org/vendor.js:177811:30 |
|
|
|
|
|
This was changed in https://github.com/versatica/JsSIP/commit/63666fa07b1e73703b2e5b1408f8a55cf98d6c74. Previous version was 3.2.16
|
|
|
|
|
|
|
|
|
---
|
|
|
Older browsers:
|
|
|
Current HEAD of the ng8 branch will not run in an es5 browser: (at least not on Iron 56 on mobiles (which is according to the below list, supposed to support es6)
|
|
|
|
|
|
https://www.w3schools.com/js/js_versions.asp
|
|
|
|
|
|
"Uncaught SyntaxError: Unexpected token ..."
|
|
|
|
|
|
So this appears to be an issue with standardized-audio-context, where the es2018 code is in the vendor-es5.js. Other modules look to me to be OK. |
|
|
\ No newline at end of file |
|
|
So this appears to be an issue with standardized-audio-context, where the es2018 code is in the vendor-es5.js. Other modules look to me to be OK.
|
|
|
|
|
|
I'm not even sure why this module is being used. AFAIR, there were compile errors, or maybe the ng cli made the changes with the upgrade. The modules does not seem necessary. Need to investigate. |
|
|
\ No newline at end of file |