From d7fb003ad9009b4d3f91440a4edac7e4e3ba2559 Mon Sep 17 00:00:00 2001 From: harshithpabbati Date: Thu, 20 Jan 2022 14:57:52 +0530 Subject: [PATCH] Allow to screenshare even when only 1 person is in the call --- custom/fitness-demo/components/Call/Header.js | 8 ++++---- custom/fitness-demo/components/Call/VideoView.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom/fitness-demo/components/Call/Header.js b/custom/fitness-demo/components/Call/Header.js index 2da7f90..38a6d0f 100644 --- a/custom/fitness-demo/components/Call/Header.js +++ b/custom/fitness-demo/components/Call/Header.js @@ -60,16 +60,16 @@ export const Header = () => { participantCount === 1 ? 'participant' : 'participants' }`} + + {classType} + {capsuleLabel()} + {customCapsule && ( {customCapsule.variant === 'recording' && } {customCapsule.label} )} - - {classType} - {capsuleLabel()} -