ng-agora-capacitor
v0.0.1
Published
videocall rtc web ios android
Downloads
1
Readme
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>