VICallReconnecting
typedef void
VICallReconnecting( call)
Signature for callbacks reporting that the call is currently reconnecting.
Until VICallReconnected callback is invoked, the following API calls will throw VIException with ERROR_RECONNECTING error:
Used in VICall.
Parameters
call:
VICall instance initiated the event
Returns
type:
void