Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Sep 7, 2023
1 parent df3b691 commit a156062
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export default function ScreenShare() {
*/
const getScreenCaptureSources = useCallback(() => {
const sources = engine.current.getScreenCaptureSources(
{ width: 0, height: 0 },
{ width: 0, height: 0 },
{ width: 1920, height: 1080 },
{ width: 64, height: 64 },
true
);
setSources(sources);
Expand Down

0 comments on commit a156062

Please sign in to comment.