VICallReconnecting typedef

VICallReconnecting = void Function(VICall call)

Signature for callbacks reporting that the call is currently reconnecting.

Until VICallReconnected callback is invoked, the following API calls will throw VIException with VICallError.ERROR_RECONNECTING error:

Used in VICall.

call - VICall instance initiated the event

Implementation

typedef void VICallReconnecting(VICall call);