Minor: rename a <CallingHeader> prop for clarity
This commit is contained in:
parent
a5657473c3
commit
b2087cb8a2
4 changed files with 12 additions and 14 deletions
|
@ -232,7 +232,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
i18n={i18n}
|
||||
isGroupCall={call.callMode === CallMode.Group}
|
||||
message={headerMessage}
|
||||
remoteParticipants={participantCount}
|
||||
participantCount={participantCount}
|
||||
showParticipantsList={showParticipantsList}
|
||||
title={headerTitle}
|
||||
toggleParticipants={toggleParticipants}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue