We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4206568 commit 76128c7Copy full SHA for 76128c7
src/components/DefaultVideo/DefaultVideo.tsx
@@ -21,7 +21,7 @@ interface DefaultVideoProps {
21
export const DefaultVideo = React.forwardRef<DefaultVideoRefType, DefaultVideoProps>(
22
(props, ref) => {
23
const {video, qa, customBarControlsClassName} = props;
24
- const {controls, customControlsOptions, muted: initiallyMuted} = video;
+ const {controls, customControlsOptions, muted: initiallyMuted = true} = video;
25
const {
26
muteButtonShown,
27
positioning,
0 commit comments