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
Internal: isDesktop detection is now based on DetectRTC's isMobile detection
Internal: improved Webcam Detection, it now takes into account wether a Webcam exists and if it the user has given the website permission to use it. Before it was only checking whether the getUserMedia API is supported by the browser or not. DetectRTC is used for this detection.
Added
Public: it's now possible to change the init options at runtime by calling setOptions() on the object returned by Onfido.init()
Public: useWebcam option added to the facial and document capture step