mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Fix crash with paralell localrecording and screenshare
This commit is contained in:
parent
8a80350b62
commit
61db9e3739
1 changed files with 2 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ class VideoView extends React.PureComponent
|
|||
localRecordingState==='resume'
|
||||
)&&
|
||||
(
|
||||
recordingConsents!==undefined &&
|
||||
!recordingConsents.includes(peer.id)
|
||||
)
|
||||
) ? '':displayName
|
||||
|
|
@ -459,6 +460,7 @@ class VideoView extends React.PureComponent
|
|||
localRecordingState==='resume'
|
||||
)&&
|
||||
(
|
||||
recordingConsents!==undefined &&
|
||||
!recordingConsents.includes(peer.id)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue