diff --git a/src/features/VideoPlayer/index.tsx b/src/features/VideoPlayer/index.tsx index a90e2ca0..0931d33e 100644 --- a/src/features/VideoPlayer/index.tsx +++ b/src/features/VideoPlayer/index.tsx @@ -51,6 +51,7 @@ export const VideoPlayer = (props: Props) => { ref={playerRef} playing={playing} volume={volume} + muted={muted} config={playerConfig} progressInterval={progressCallbackInterval} onProgress={setProgress}