agoran-awe
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

AWE

Agora WebSDK Enhancer

Quick Start

npm install agora-rtc-sdk awe
import enhanceAgoraRTC from 'awe';
import AgoraRTC from 'agora-rtc-sdk';

const engine = enhanceAgoraRTC(AgoraRTC)
const stream = engine.createStream({streamID: 123, audio: true, video: true})
stream.init().then(() => console.log('onSuccess')).catch(() => console.error('onFailure'))

Dependents (0)

Package Sidebar

Install

npm i agoran-awe

Weekly Downloads

54

Version

1.1.2

License

MIT

Unpacked Size

16.7 kB

Total Files

13

Last publish

Collaborators

  • menthays