ng-agora-capacitor
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ng-agora-capacitor

videocall rtc web ios android

Install

npm install ng-agora-capacitor
npx cap sync

API

initialize(...)

initialize(options: { appId: string; }) => Promise<void>
Param Type
options { appId: string; }

join(...)

join(options: { channel: string; userId: number; token: string; }) => Promise<void>
Param Type
options { channel: string; userId: number; token: string; }

talk()

talk() => Promise<void>

mute()

mute() => Promise<void>

leave()

leave() => Promise<void>

Readme

Keywords

Package Sidebar

Install

npm i ng-agora-capacitor

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

41.8 kB

Total Files

27

Last publish

Collaborators

  • paraqvariaero