Navigator.getUserMedia and Navigator.webkitGetUserMedia undefined after updating to Chrome 74
Since version 74 of Chrome navigator.getUserMedia
, navigator.webkitGetUserMedia
and navigator.mediaDevices
can be used only in secure context (https), otherwise they are undefined.
I've understood what the problem was while writing the question, as usual...