diff --git a/react/features/invite/components/add-people-dialog/web/LiveStreamSection.js b/react/features/invite/components/add-people-dialog/web/LiveStreamSection.js index 383eb0a57..172eaf5d8 100644 --- a/react/features/invite/components/add-people-dialog/web/LiveStreamSection.js +++ b/react/features/invite/components/add-people-dialog/web/LiveStreamSection.js @@ -37,7 +37,7 @@ function LiveStreamSection({ liveStreamViewURL, t }: Props) { async function onClick() { setIsHovered(false); - const isCopied = copyText(liveStreamViewURL); + const isCopied = await copyText(liveStreamViewURL); if (isCopied) { setIsClicked(true);