Group calls: Make renderVideoFrame generate less garbage
This commit is contained in:
parent
fed84be0b6
commit
683823a114
6 changed files with 30 additions and 21 deletions
|
@ -16,7 +16,7 @@ const OVERFLOW_SCROLL_BUTTON_RATIO = 0.75;
|
|||
export const OVERFLOW_PARTICIPANT_WIDTH = 140;
|
||||
|
||||
type PropsType = {
|
||||
getFrameBuffer: () => ArrayBuffer;
|
||||
getFrameBuffer: () => Buffer;
|
||||
getGroupCallVideoFrameSource: (demuxId: number) => VideoFrameSource;
|
||||
i18n: LocalizerType;
|
||||
onParticipantVisibilityChanged: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue