Closed gregorysaml closed 8 months ago
[VoIPController][pushRegistry][didReceiveIncomingPushWith] payload: [AnyHashable("caller_id"): 12312341, AnyHashable("call_opponents"): test, AnyHashable("session_id"): d1720b27-3a85-4f15-954f-a052c947d13f, AnyHashable("caller_id_type"): number, AnyHashable("ios_voip"): 1, AnyHashable("aps"): { alert = VoIP; }, AnyHashable("caller_name"): greg, AnyHashable("has_video"): false, AnyHashable("message"): voiptest, AnyHashable("call_type"): 0] [VoIPController][didReceiveIncomingPushWith] unknown 'signal_type' was received
{ "aps": { "alert": "VoIP" }, "message": "voiptest", "session_id": "c1e604de-65d5-4a5f-ab95-73ed562cf951", "call_type": 0, "caller_id": "12312341", "caller_name": "greg", "caller_id_type": "number", "call_opponents": "test", "has_video": "false", "ios_voip": 1 }
When i add signal_type it Crashes
Thanks
Hello what i am doing wrong here? What am i missing ? I am using voip apns. From the android side is working (firebase). Where do i retrieve the push ?