|
|
|
|
|
by nodesocket
2691 days ago
|
|
How does this flow work for desktop based e-commerce transactions, where a camera is not as easily integrated as mobile? Edit: Actually it is quite trivial to request access to the camera via desktop now: navigator.mediaDevices.getUserMedia({ video: true })
|
|