I'm using opentok client JS api, to set up a video conferencing app. Intermittently, the js and css resources from open tok servers fail to load.
These are the errors I'm seeing on developer console in Chrome Browser. I have a good internet connection and it's not always. I think, these resources are being loaded from opentok.min.js. I have that file as local resource. Is there way to avoid such issues ?
http://static.opentok.com/webrtc/v2.2.9.6/js/dynamic_config.min.js Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
http://static.opentok.com/webrtc/v2.2.9.6/css/ot.min.css Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
Once this happens, I'll not be able to see other party's video. Any help is appreciated ? What is the best practice to avoid this issue in a production environment ?