Fix call header title for direct calls
This commit is contained in:
parent
c54df8be87
commit
abc21c8f45
5 changed files with 46 additions and 37 deletions
|
@ -156,7 +156,7 @@ export const CallingLobby = ({
|
|||
return (
|
||||
<div className="module-calling__container">
|
||||
<CallingHeader
|
||||
conversationTitle={conversation.title}
|
||||
title={conversation.title}
|
||||
i18n={i18n}
|
||||
isGroupCall={isGroupCall}
|
||||
remoteParticipants={participantNames.length}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue