0.0.1 • Published 2 years ago
ng-agora-capacitor v0.0.1
ng-agora-capacitor
videocall rtc web ios android
Install
npm install ng-agora-capacitor
npx cap syncAPI
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>0.0.1
2 years ago