Provide speakerHeight to ringrtc
This commit is contained in:
parent
618a7725fe
commit
55a5c51236
7 changed files with 29 additions and 11 deletions
|
@ -178,10 +178,11 @@ const ActiveCallManager: React.FC<ActiveCallManagerPropsType> = ({
|
|||
);
|
||||
|
||||
const setGroupCallVideoRequestForConversation = useCallback(
|
||||
(resolutions: Array<GroupCallVideoRequest>) => {
|
||||
(resolutions: Array<GroupCallVideoRequest>, speakerHeight: number) => {
|
||||
setGroupCallVideoRequest({
|
||||
conversationId: conversation.id,
|
||||
resolutions,
|
||||
speakerHeight,
|
||||
});
|
||||
},
|
||||
[setGroupCallVideoRequest, conversation.id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue