Skip to content

Commit

Permalink
Adding missing CALL in events enum (pedroslopez#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeemHaider authored and dlimars committed Feb 22, 2023
1 parent c885da3 commit 192890a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@ declare namespace WAWebJS {
DISCONNECTED = 'disconnected',
STATE_CHANGED = 'change_state',
BATTERY_CHANGED = 'change_battery',
REMOTE_SESSION_SAVED = 'remote_session_saved'
REMOTE_SESSION_SAVED = 'remote_session_saved',
CALL = 'call'
}

/** Group notification types */
Expand Down

0 comments on commit 192890a

Please sign in to comment.