agora-rdc-electron
v2.0.1
Published
Agora Remote Desktop Control Guides
Downloads
43
Readme
Agora Remote Desktop Control Guides
Prerequisites
- Getting appId & certificate issued by agora, please read this docs
- Please make sure Node.js 10+ has been installed.
Quick Start
- Check our demos.
Starting in your project.
Installation, Agora Remote Desktop Control depends on Agora RTC SDK (electron), so you need install it first.
install agora-sdk-electron by npm or yarn:
$ npm install agora-sdk-electron --save $ yarn add agora-sdk-electron
install Agora Remote Desktop Control SDK by npm or yarn:
$ npm install agora-rdc-electron --save $ yarn add agora-rdc-electron
Build your remote desktop control app. See api reference