0.0.1 • Published 9 months ago

ng-agora-capacitor v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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>
ParamType
options{ appId: string; }

join(...)

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

talk()

talk() => Promise<void>

mute()

mute() => Promise<void>

leave()

leave() => Promise<void>

0.0.1

9 months ago