mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
fix local tab share on chromeium
This commit is contained in:
parent
2dcf89379c
commit
7a2b444321
2 changed files with 5 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ export default class BrowserRecorder
|
|||
displaySurface : 'browser',
|
||||
width : { ideal: 1920 }
|
||||
},
|
||||
selfBrowserSurface : "include",
|
||||
audio : false,
|
||||
advanced : [
|
||||
{ width: 1920, height: 1080 },
|
||||
|
|
|
|||
|
|
@ -4551,7 +4551,8 @@ export default class RoomClient
|
|||
autoGainControl,
|
||||
echoCancellation,
|
||||
noiseSuppression,
|
||||
sampleSize
|
||||
sampleSize,
|
||||
selfBrowserSurface : 'include'
|
||||
});
|
||||
|
||||
}
|
||||
|
|
@ -4559,7 +4560,8 @@ export default class RoomClient
|
|||
{
|
||||
stream = await this._screenSharing.start({
|
||||
...getVideoConstrains(screenSharingResolution, aspectRatio),
|
||||
frameRate : screenSharingFrameRate
|
||||
frameRate : screenSharingFrameRate,
|
||||
selfBrowserSurface : 'include'
|
||||
});
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue