feat: Implement Call Rejection + Introduction of Socket API (#1882)

* Initial stage

* ESLint

* eslint is annoying

* fix: distinguish Wap from Socket's Wap
This commit is contained in:
Rajeh Taher
2022-12-22 21:02:49 +02:00
committed by GitHub
parent 6fe1017bd3
commit 288a572af6
3 changed files with 31 additions and 1 deletions

3
index.d.ts vendored
View File

@@ -1326,6 +1326,9 @@ declare namespace WAWebJS {
webClientShouldHandle: boolean,
/** Object with participants */
participants: object
/** Reject the call */
reject: () => Promise<void>
}
/** Message type List */