callkeep icon indicating copy to clipboard operation
callkeep copied to clipboard

'value' cannot be nil'

Open drmnasr opened this issue 4 years ago • 2 comments

Hello, I am getting this crash whenever I push a voip, i've tried the payload exactly as stated in the readme, any suggestions?

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CXHandle initWithType:value:]: parameter 'value' cannot be nil' terminating with uncaught exception of type NSException

drmnasr avatar Feb 04 '21 13:02 drmnasr

I am also getting same error. nothing changed in example project except bundle id Ekran Resmi 2021-02-07 19 21 30

xyzbilal avatar Feb 07 '21 16:02 xyzbilal

I am also getting same error. nothing changed in example project except bundle id Ekran Resmi 2021-02-07 19 21 30

my problem was payload. I changed my payload like below and it worked. if you remove uuid from uuid created by function itself, so I removed it from payload.

{
 "caller_id": "+8618612345678",
    "caller_name": "hello",
    "caller_id_type": "number", 
    "has_video": false
}

xyzbilal avatar Feb 08 '21 06:02 xyzbilal