feat: eventMessage sending / call link creation (#1677)
This commit is contained in:
@@ -10,6 +10,8 @@ const { version } = defaultVersion
|
||||
export const UNAUTHORIZED_CODES = [401, 403, 419]
|
||||
|
||||
export const DEFAULT_ORIGIN = 'https://web.whatsapp.com'
|
||||
export const CALL_VIDEO_PREFIX = 'https://call.whatsapp.com/video/'
|
||||
export const CALL_AUDIO_PREFIX = 'https://call.whatsapp.com/voice/'
|
||||
export const DEF_CALLBACK_PREFIX = 'CB:'
|
||||
export const DEF_TAG_PREFIX = 'TAG:'
|
||||
export const PHONE_CONNECTION_CB = 'CB:Pong'
|
||||
|
||||
Reference in New Issue
Block a user