1.0.6 • Published 1 year ago

agora-screencapture-windows-sort v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

$ npm install agora-screencapture-windows-sort

Demo

const getWindowList = require("agora-screencapture-windows-sort")
const { createAgoraRtcEngine } = require("agora-electron-sdk");

// ... init Engine
const rtcEngine = createAgoraRtcEngine();


//... sort sourcesList
const sourcesList= rtcEngine.getScreenCaptureSources(
        { width: 1920, height: 1080 },
        { width: 32, height: 32 },
        true
        )
const sortedSourcesList = getWindowList(sourceList)

FAQ

# if got issue about openssl_fips=''
npm install --openssl_fips=''
1.0.6

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago