Stop video content when the view is changed.

This commit is contained in:
Dermot Duffy
2021-08-08 21:52:52 -07:00
parent 848a4f6af3
commit 7f4dfc43e6
2 changed files with 68 additions and 8 deletions
+6
View File
@@ -43,4 +43,10 @@ export interface GetEventsParameters {
has_clip?: boolean;
has_snapshot?: boolean;
limit?: number;
}
export interface ControlVideosParameters {
stop: boolean;
control_live?: boolean;
control_clip?: boolean;
}