Skip to content

Commit

Permalink
3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
willmorgan committed Dec 9, 2021
1 parent 5e3c0bd commit c6567ed
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 37 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 09.12.2021 3.3.6

## Fixed

- **Client errors** - We've fixed some, if not all, instances of `NotAllowedError` occurring when we get a video stream.
- **WebGL** - We now gracefully handle `webglcontextlost` events which might happen when devices are under high load.
- **Iframe Bridge + Native Bridge** - We fixed a regression introduced in 3.3.5. Sorry about that.

## 26.11.2021 3.3.5

## Fixed
Expand Down
74 changes: 37 additions & 37 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,60 +5,60 @@ iProov SDK Terms (the "Terms"):
1. The iProov Software Development Kit ("iProov SDK") has been developed by iProov Limited ("iProov", "we" and "us").

2. The iProov SDK is to be accessed, downloaded and/or used only by corporate or natural
persons that are authorised to do so (each an "Authorised User") under a separate written
agreement with iProov Limited (an "iProov Contract"). If you are not an Authorised User,
you are not permitted to – and you agree that you shall not – access, download, distribute,
copy or otherwise use or exploit the iProov SDK or any part of it or its documentation.
persons that are authorised to do so (each an "Authorised User") under a separate written
agreement with iProov Limited (an "iProov Contract"). If you are not an Authorised User,
you are not permitted to – and you agree that you shall not – access, download, distribute,
copy or otherwise use or exploit the iProov SDK or any part of it or its documentation.

3. The iProov SDK comprises elements that are iProov’s copyright, as well as elements that are
licensed by third parties under certain open source software licences (each an "OSS
Agreement"), which may be found below.
Anyone accessing or downloading the iProov SDK is deemed to agree to the OSS Agreements
and these Terms.
licensed by third parties under certain open source software licences (each an "OSS
Agreement"), which may be found below.
Anyone accessing or downloading the iProov SDK is deemed to agree to the OSS Agreements
and these Terms.

4. Authorised Users should consult their iProov Contract as to how they are permitted to use
the iProov SDK. No usage by Authorised Users is allowed except as provided in the relevant
iProov Contract.
the iProov SDK. No usage by Authorised Users is allowed except as provided in the relevant
iProov Contract.

5. Any rights Authorised Users may have to use the iProov SDK are subject to the OSS
Agreements.
Agreements.

6. The iProov SDK is provided "as is", without warranty of any kind, express or implied,
including but not limited to the warranties of merchantability, fitness for a particular
purpose and noninfringement. In no event shall iProov be liable for any claim, damages or
other liability, whether in contract, tort or otherwise, arising from, out of or in connection
with the iProov SDK or any use of or other dealings with the iProov SDK.
including but not limited to the warranties of merchantability, fitness for a particular
purpose and noninfringement. In no event shall iProov be liable for any claim, damages or
other liability, whether in contract, tort or otherwise, arising from, out of or in connection
with the iProov SDK or any use of or other dealings with the iProov SDK.

7. Without limiting the above provisions of these Terms, you agree that you will not and will
not allow a third party to:
not allow a third party to:

a. attempt to defeat, circumvent or disable any copy protection mechanism in the
iProov SDK;
a. attempt to defeat, circumvent or disable any copy protection mechanism in the
iProov SDK;

b. reverse engineer, disassemble or decompile iProov SDK software or apply any other
process or procedure to derive the human readable form of any software included in
the iProov SDK (except to the extent that any reduction of such software to human
readable form is necessary for the purposes of integrating the operation of that
software with other software or systems used by an Authorised User, if iProov has
not provided the information necessary to achieve such integration within a
reasonable period of the Authorised User requesting it);
b. reverse engineer, disassemble or decompile iProov SDK software or apply any other
process or procedure to derive the human readable form of any software included in
the iProov SDK (except to the extent that any reduction of such software to human
readable form is necessary for the purposes of integrating the operation of that
software with other software or systems used by an Authorised User, if iProov has
not provided the information necessary to achieve such integration within a
reasonable period of the Authorised User requesting it);

c. access all or any part of the iProov SDK in order to build or facilitate the build of a
product or service which has functions or features similar to or competes with the
iProov SDK or any of our products or services;

d. remove, obscure or alter any intellectual property right or confidentiality notices or
legends appearing in or on any aspect of any of the iProov SDK;
c. access all or any part of the iProov SDK in order to build or facilitate the build of a
product or service which has functions or features similar to or competes with the
iProov SDK or any of our products or services;

e. pass off the iProov SDK as being a work of any person or entity other than iProov
and the licensors under OSS Agreements; or
d. remove, obscure or alter any intellectual property right or confidentiality notices or
legends appearing in or on any aspect of any of the iProov SDK;

f. modify, distribute, alter, or tamper with the iProov SDK or any of its documentation,
or otherwise do anything restricted by iProov’s copyright and other rights in the SDK
and its documentation.
e. pass off the iProov SDK as being a work of any person or entity other than iProov
and the licensors under OSS Agreements; or

f. modify, distribute, alter, or tamper with the iProov SDK or any of its documentation,
or otherwise do anything restricted by iProov’s copyright and other rights in the SDK
and its documentation.

8. We reserve the right to take all steps available to us in enforcing our rights, whether under
these Terms, our intellectual property rights or otherwise.
these Terms, our intellectual property rights or otherwise.


# events
Expand Down

0 comments on commit c6567ed

Please sign in to comment.