Skip to content

Commit

Permalink
fix: add audio video
Browse files Browse the repository at this point in the history
  • Loading branch information
hdz-666 committed Oct 31, 2024
1 parent bd53e27 commit ef56f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/roomkit-react/src/Diagnostics/VideoTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const VideoTest = () => {
</Flex>
</TestContainer>
<TestFooter error={error} ctaText="Does your video look good?" />
<PermissionErrorModal error={error as HMSException} />
<PermissionErrorModal error={error} />
</>
);
};

0 comments on commit ef56f34

Please sign in to comment.