mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Remove last use of Buffer in ringrtc API
Co-authored-by: Jim Gustafson <jim@signal.org>
This commit is contained in:
@@ -32,7 +32,7 @@ class FakeGroupCallVideoFrameSource implements VideoFrameSource {
|
||||
}
|
||||
|
||||
receiveVideoFrame(
|
||||
destinationBuffer: Buffer,
|
||||
destinationBuffer: Uint8Array,
|
||||
_maxWidth: number,
|
||||
_maxHeight: number
|
||||
): [number, number] | undefined {
|
||||
|
||||
Reference in New Issue
Block a user