Update messages-recv.ts

This commit is contained in:
Rahul Kasireddy
2022-08-09 19:23:44 +05:30
committed by Adhiraj Singh
parent 749e293c6c
commit 570f5e5b86

View File

@@ -69,7 +69,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
const stanza: BinaryNode = {
tag: 'call',
attrs: {
from: authState.creds.me.id,
from: authState.creds.me!.id,
to: callOfferData[call_id].from,
id: (new Date().getTime() / 1000).toString().replace('.', '-'),
},