VIEndpointRemoved typedef
VIEndpointRemoved =
void Function(VIEndpoint endpoint)
Signature for callbacks reporting that the endpoint removed from a call.
Used in VIEndpoint.
endpoint
- VIEndpoint instance initiated the event
Implementation
typedef void VIEndpointRemoved(VIEndpoint endpoint);