VICallRinging typedef
Signature for callbacks reporting when progress signal is received from the endpoint.
Used in VICall.
call - VICall instance initiated the event
headers - Optional SIP headers
Implementation
typedef void VICallRinging(VICall call, Map<String, String>? headers);