mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Group calls: Make renderVideoFrame generate less garbage
This commit is contained in:
@@ -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: (
|
||||
|
||||
Reference in New Issue
Block a user