VICallConnected typedef

VICallConnected = void Function(VICall call, Map<String, String>? headers)

Signature for callbacks reporting that the call is connected.

Used in VICall.

call - VICall instance initiated the event

headers - Optional SIP headers

Implementation

typedef void VICallConnected(VICall call, Map<String, String>? headers);