-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c80272
commit e2c2609
Showing
4 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -482,6 +482,7 @@ In the case of the **cancelled**, **interrupted**, **failed**, **error** and **u | |
| **client_stream** | There was an error streaming the video | _error_ | | ||
| **error_asset_fetch** | Unable to fetch assets | _error_ | | ||
| **error_camera_in_use** | The camera is already in use and cannot be accessed | _error_ | | ||
| **error_camera_not_supported** | The camera resolution is too small | _error_ | | ||
| **error_device_motion_unsupported** | Your device does not seem to fully report device motion | _error_ | | ||
| **error_expired_token** | The token has already been used or has expired | _error_ | | ||
| **error_fullscreen_change** | Exited fullscreen without completing iProov | _cancelled, interrupted_ | | ||
|
@@ -629,7 +630,7 @@ For known issues, [see here](#known-issues). | |
| <img src="https://avatars1.githubusercontent.com/u/4119093?s=200&v=4" alt="Safari" width="24px" height="24px" /><br/>Platform | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" /><br/>Safari | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" /><br/>Chrome | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" /><br/>Edge | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" /><br/>Firefox | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" /><br/>Opera | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/samsung-internet/samsung-internet_48x48.png" alt="Samsung" width="24px" height="24px" /><br/>Samsung | | ||
| ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| **Windows** | N/A | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A | | ||
| **MacOS** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | N/A | | ||
| **MacOS** | :heavy_check_mark: \* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | N/A | | ||
| **iOS** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | N/A | | ||
| **Android** | N/A | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | :heavy_check_mark: | | ||
|
||
|
@@ -828,5 +829,10 @@ For further help with integrating the SDK, please contact [[email protected]](m | |
### Known issues | ||
- Title exceeds header on some small screens, a workaround is to use a Custom Title or hide the title completely. | ||
- We do not support tiny video feeds, and will re-prompt the user to provide a different camera. | ||
- In Firefox this will present the user with the camera prompt again without any further guidance. | ||
- When multiple video devices are attached using Firefox on desktop, permission is requested on each button click. | ||
- iOS WebView based browser support is currently whitelisted to those with the most support. | ||
- MacOS Safari 15.0 is marked as unsupported until further notice due to several regressions out of our control: | ||
- [Safari 15.0 tab crashes when requesting WebGL context](https://bugs.webkit.org/show_bug.cgi?id=231423) | ||
- [Safari 15.0 unable to render webcam to canvas context](https://github.com/mrdoob/three.js/issues/22582#issuecomment-938710902) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters