Update ScreenSharePicker.tsx
remove unneeded comment
This commit is contained in:
parent
cb8601b38e
commit
3fdc55a47e
1 changed files with 0 additions and 2 deletions
|
@ -449,8 +449,6 @@ function ModalComponent({
|
|||
disabled={!selected}
|
||||
onClick={() => {
|
||||
currentSettings = settings;
|
||||
// If there are 2 connections, the second one is the existing stream.
|
||||
// In that case, we patch its quality
|
||||
try {
|
||||
var conn = [...MediaEngineStore.getMediaEngine().connections].find(
|
||||
connection => connection.streamUserId === UserStore.getCurrentUser().id
|
||||
|
|
Reference in a new issue