VIPushDidExpire typedef
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
.
client
- VIClient instance initiated the event
uuid
- CallKit UUID associated with the VoIP push
Implementation
typedef void VIPushDidExpire(VIClient client, String uuid);