feat(call): add caller phone number to offer call event (#2190)

This commit is contained in:
vini
2026-02-10 21:11:16 -03:00
committed by GitHub
parent a9ba11976e
commit 23156c833e
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ export type WACallUpdateType = 'offer' | 'ringing' | 'timeout' | 'reject' | 'acc
export type WACallEvent = {
chatId: string
from: string
callerPn?: string
isGroup?: boolean
groupJid?: string
id: string