From 5bed35c0b49fc31a36e74aa9de28df1b3b0358af Mon Sep 17 00:00:00 2001 From: rsarika <95286093+rsarika@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:16:49 +0530 Subject: [PATCH] fix: added WebexMeetingInfo to inmeeting component (#843) --- .../WebexInMeeting/WebexInMeeting.jsx | 3 +- .../WebexInMeeting.stories.storyshot | 219 +++++++++++++----- 2 files changed, 161 insertions(+), 61 deletions(-) diff --git a/src/components/WebexInMeeting/WebexInMeeting.jsx b/src/components/WebexInMeeting/WebexInMeeting.jsx index 996d9c497..dfbaf608b 100644 --- a/src/components/WebexInMeeting/WebexInMeeting.jsx +++ b/src/components/WebexInMeeting/WebexInMeeting.jsx @@ -16,7 +16,7 @@ import {TABLET, DESKTOP, DESKTOP_LARGE} from '../breakpoints'; import {Modal} from '../generic'; import WebexMeetingGuestAuthentication from '../WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication'; import WebexMeetingHostAuthentication from '../WebexMeetingHostAuthentication/WebexMeetingHostAuthentication'; - +import WebexMeetingInfo from '../WebexMeetingInfo/WebexMeetingInfo'; /** * Webex In-Meeting component displays the remote stream plus * the local stream at the bottom right corner. @@ -85,6 +85,7 @@ export default function WebexInMeeting({ )}