Group call video rendering performance improvements

This commit is contained in:
Evan Hahn
2020-11-18 13:07:25 -06:00
committed by Josh Perez
parent 85de77d629
commit 94178717c9
3 changed files with 143 additions and 121 deletions

View File

@@ -14579,10 +14579,10 @@
{
"rule": "React-useRef",
"path": "ts/components/GroupCallRemoteParticipant.js",
"line": " const rafIdRef = react_1.useRef(null);",
"line": " const canvasContextRef = react_1.useRef(null);",
"lineNumber": 25,
"reasonCategory": "usageTrusted",
"updated": "2020-11-17T16:24:25.480Z",
"updated": "2020-11-17T23:29:38.698Z",
"reasonDetail": "Doesn't touch the DOM."
},
{