I am implementing Twilio JS into a UWP application (their JS here)
The client looks like this: https://gyazo.com/5c870394c88ec933281e2f3bb17fdeec
At the bottom right is the 'debug window' which shows it got a token, and that Twilio.Device is ready. This works fine on a PC, but on Windows 10 IoT it stops at Got a token. It doesn't show the device is ready. I thought it was a compatibility issue but I checked every box that has to do with this project.
My next though is, that the JavaScript or something isn't implemented on Windows 10 IoT.
It works on the desktop, but on IoT it doesn't get far.
Any help is appreciated.
Update:
I tracked down the error 0x800a139e - JavaScript runtime error: Twilio.Exception: twilio.js 1.3 requires WebRTC/ORTC browser support.
Apparently it doesnt support WebRTC?
If anyone had the same problem. I put the project on hold for a little, but Windows 10 IoT core (as up until this writing), does not have WebRTC or ORTC support.