Automatically mute if autoplay is blocked.
This commit is contained in:
+2
-1
@@ -1347,10 +1347,11 @@ export interface StateParameters {
|
||||
}
|
||||
|
||||
export interface FrigateCardMediaPlayer {
|
||||
play(): void;
|
||||
play(): Promise<void>;
|
||||
pause(): void;
|
||||
mute(): void;
|
||||
unmute(): void;
|
||||
isMuted(): boolean;
|
||||
seek(seconds: number): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user