diff --git a/layout/AttendeeLayout.tsx b/layout/AttendeeLayout.tsx index 15b3bf6..a65552a 100644 --- a/layout/AttendeeLayout.tsx +++ b/layout/AttendeeLayout.tsx @@ -9,7 +9,7 @@ import { import {AppRootContext} from '../wrapper/AppRootWrapper'; const AttendeeLayout = ({renderData}) => { - const {defaultContent} = useContent(); + const {defaultContent, spotlightUid} = useContent(); //to get recent host who joined on the call const {hostUid} = useContext(AppRootContext); @@ -33,7 +33,7 @@ const AttendeeLayout = ({renderData}) => { } return ( - + ); };