Skip to content

Commit

Permalink
regression: unable to disable voip client query (#33510)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored Oct 9, 2024
1 parent 678faed commit 6843990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-voip/src/hooks/useVoipClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const useVoipClient = ({ autoRegister = true }: VoipClientParams): VoipCl
},
{
initialData: null,
enabled: !!userId,
enabled: isVoipEnabled,
},
);

Expand Down

0 comments on commit 6843990

Please sign in to comment.