Lee,
Can you post your WhatsMyBrowser.org URL to give our team more information on this? For example:
https://www.whatsmybrowser.org/b/UC9FH87Since this may be a SDK issue, you can also post this to the SDK's GitHub issues page (along with the WhatsMyBrowser URL) to get more attention from the SDK maintainers who can confirm IE 11 support.
https://github.com/ringcentral/ringcentral-js/issuesThanks
Appears the issue is with some users having Compatibility Mode turned on in Internet Explorer.
I managed to recreate locally so will be going to my end users and seeing if this is the case.
I have resolved my problem but not by continuing to use the Javascript SDK.. per
https://github.com/ringcentral/ringcentral-js/issues/90 there are some things you can do if you're having this issue including stopping various .html pages from caching (this seemed to work for some end users but not all).
I simply went back to the C# SDK and built a couple of pages to send and receive authentication token so then I can RingOut as that user server side. Bypasses any issues with JavaScript and my end users who are on various OS and browsers.
I tried to save development time by using their JavaScript SDK demos (I thought they'd work out of the box) but a couple of hours work just building it via C# would have saved me days of annoyance.
I still don't know what the root cause was except it's Internet Explorer related.