feat(call): add caller phone number to offer call event (#2190)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user