added

Week #21 Updates

The Event Subscriptions API is added to the portal. Eagle Eye Networks' API V3 provides an /eventSubscriptions feature based on SSE (Server-Sent Events). In this API, SSE is used to receive events of different types once they occur.

added

Week #20 Update

  • The Events API is added to the portal. In this version of Eagle Eye events API, you can retrieve information about the below events:
    • Device Status
    • Motion Detection
    • License Plate Recognition
    • Person Detection
    • Tampering Event
added

Week #19 Updates

  • iFrames guide is added to the guide section. iFrame is a simple and quick way to embed live, recorded, or live + recorded view of a specific camera to a web page.
  • A Glossary is added to the guide section describing the terms that are used frequently in the Eagle Eye Networks system.
  • Node.js Local Proxy Server code is updated to make sure always the base_URL that is retrieved from the ClientSettings is used. This guarantees the minimum cloud response time.
added

Migration Checklist

A checklist that explains how to migrate from V1/V2 to API V3 integration has been added to the guides tab. As part of this checklist, some of the benefits of migrating to API V3 are also listed. Here is a direct link to this checklist: Migrate existing integration

added

Auditlog API is added

A new API for retrieving and managing the Audit log data is added to the references tab. Here is a direct link to its endpoints: /auditlogs.

added

Password Reset APIs added

Two new APIs (Password Reset APIs) are added to the References tab. This API allows sending the password reset email to the user. It also provides valuable metadata that can improve the user experience. Here is a direct link to /passwordResetRequests and /passwordResetRequests/{token} APIs.

added

Video SDK for ISO is added

The Eagle Eye Networks Video iOS SDK allows you to integrate video streaming into your iOS project. The SDK supports the playback of both video and audio.

added

Video SDK for Android is added

The EEN Video Android SDK is a library to show Eagle Eye Networks playbacks via ExoPlayer.

improved

2-Way audio SDK for IOS is updated

The Eagle Eye Networks 2-Way Audio iOS SDK is a wrapper for the communication between a client (ie. iOS app) and the 2-Way Audio Signaling Services using WebRTC. Developers can use the exposed methods to easily establish and disconnect sessions.

improved

2-Way Audio SDK for Android is added

The EEN 2-Way Audio Android SDK is a wrapper for the communication between a client (ie. Android app) and the 2-Way Audio Signaling Services using WebRTC. Developers can use the exposed methods to quickly establish and disconnect sessions.