From 76d006d0c389a70d6fad4cdba9d434312af560d1 Mon Sep 17 00:00:00 2001 From: Shreyas Sharma <72344404+Shreyas281299@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:25:36 +0530 Subject: [PATCH] feat(meetings): release new minor npm version with captcha support (#837) Co-authored-by: Shreyas Sharma Co-authored-by: Sreekanth Narayanan <131740035+sreenara@users.noreply.github.com> --- src/components/WebexInMeeting/WebexInMeeting.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WebexInMeeting/WebexInMeeting.jsx b/src/components/WebexInMeeting/WebexInMeeting.jsx index 996d9c497..de2bb1afe 100644 --- a/src/components/WebexInMeeting/WebexInMeeting.jsx +++ b/src/components/WebexInMeeting/WebexInMeeting.jsx @@ -19,7 +19,7 @@ import WebexMeetingHostAuthentication from '../WebexMeetingHostAuthentication/We /** * Webex In-Meeting component displays the remote stream plus - * the local stream at the bottom right corner. + * the local stream at the bottom right corner * * @param {object} props Data passed to the component * @param {string} props.className Custom CSS class to apply