VIEndpointAdded typedef

VIEndpointAdded = void Function(VICall call, VIEndpoint endpoint)

Signature for callbacks reporting that new endpoint is added to the call.

Used in VICall.

call - VICall instance initiated the event

endpoint - New endpoint

Implementation

typedef void VIEndpointAdded(VICall call, VIEndpoint endpoint);