VICallReconnected typedef

VICallReconnected = void Function(VICall call)

Signature for callbacks reporting that the call is reconnected.

Used in VICall.

call - VICall instance initiated the event

Implementation

typedef void VICallReconnected(VICall call);