You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn('\nNOTE: Running HTTP server has been removed as getUserMedia() has been deprecated for HTTP on Chrome 42 and above. Please run demo on HTTPS as recommended\n\n-\n');
console.log(`HTTPS server instance running @ ${HTTPS_PORT}`);
} else {
console.warn(`HTTPS server instance failed to start as certificate failed to load. Error (for certificates/server.key): ${err.code}`);