VIPushDidExpire
typedef void
VIPushDidExpire( client, String
uuid)
Signature for callbacks reporting that previously received VoIP push notification is expired on iOS.
Used in VIClient.
This callback can be used for CallKit integration on iOS.
It is recommended to end CXCall with associated [uuid].
Parameters
client:
VIClient instance initiated the event
uuid:
String
CallKit UUID associated with the VoIP push
Returns
type:
void