Group calling: show avatar if we haven't received video yet/in awhile
This commit is contained in:
parent
01eabf9ec6
commit
b1c1bd5e41
2 changed files with 59 additions and 4 deletions
|
@ -13570,6 +13570,22 @@
|
|||
"updated": "2020-11-17T23:29:38.698Z",
|
||||
"reasonDetail": "Doesn't touch the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/GroupCallRemoteParticipant.js",
|
||||
"line": " const lastReceivedVideoAt = react_1.useRef(-Infinity);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-06-17T20:46:02.342Z",
|
||||
"reasonDetail": "Doesn't reference the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/GroupCallRemoteParticipant.tsx",
|
||||
"line": " const lastReceivedVideoAt = useRef(-Infinity);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-06-17T20:46:02.342Z",
|
||||
"reasonDetail": "Doesn't reference the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/GroupDescriptionInput.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue