diff --git a/sample-apps/react/react-dogfood/components/ActiveCall.tsx b/sample-apps/react/react-dogfood/components/ActiveCall.tsx index d30d430c08..bd7907961c 100644 --- a/sample-apps/react/react-dogfood/components/ActiveCall.tsx +++ b/sample-apps/react/react-dogfood/components/ActiveCall.tsx @@ -66,7 +66,7 @@ type SidebarContent = export const ActiveCall = (props: ActiveCallProps) => { const { chatClient, activeCall, onLeave, onJoin } = props; - const { useParticipantCount, useCallCallingState } = useCallStateHooks(); + const { useParticipantCount } = useCallStateHooks(); const participantCount = useParticipantCount(); const { current: currentTourStep, diff --git a/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx b/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx index f2b8c1d232..1a15894fad 100644 --- a/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx +++ b/sample-apps/react/react-dogfood/components/InvitePanel/InvitePanel.tsx @@ -90,7 +90,7 @@ export const InvitePanel = () => {
- To test on a mobile device, can the QR Code below: + To test on a mobile device, scan the QR Code below: