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
Is your feature request related to a problem? Please describe.
When a patient camera feed page is turned on and left stale, it continues to play until the user closes the page, which can lead to unnecessary resource usage.
Describe the solution you'd like
Implement a feature that triggers a pop-up after the camera feed has been running for 15 minutes, asking the user "Are you still watching
If the user does not respond within one minute, pause the feed.
If the user responds "No", pause the feed.
If the user responds "Yes", restart the 15-minute timer and show the pop-up again after the next 15 minutes.
Note :
During the one-minute response period, do not freeze the feed.
On the live feed page that displays multiple devices, perform the validation check centrally for the entire page rather than individually for each camera feed.
nihal467
changed the title
Add a Validation Check to Ensure Users Are Actively Watching Camera Feeds
Add a Check to Ensure Users Are Actively Watching Camera Feeds
Aug 12, 2024
Is your feature request related to a problem? Please describe.
When a patient camera feed page is turned on and left stale, it continues to play until the user closes the page, which can lead to unnecessary resource usage.
Describe the solution you'd like
Implement a feature that triggers a pop-up after the camera feed has been running for 15 minutes, asking the user "Are you still watching
Note :
CC : @gigincg
Issue generated based on engineering discussion 15/07/2024
The text was updated successfully, but these errors were encountered: