This commit is contained in:
Adhiraj
2020-09-07 20:22:28 +05:30
parent 16ef8a617e
commit f9f109e134
3 changed files with 9 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ export type WAConnectOptions = {
maxRetries?: number
/** should the chats be waited for */
waitForChats?: boolean
/** max time for the phone to respond to a connectivity test */
phoneResponseTime?: number
connectCooldownMs?: number
/** agent which can be used for proxying connections */