VIEndpointUpdated typedef
VIEndpointUpdated =
void Function(VIEndpoint endpoint)
Signature for callbacks reporting that the endpoint information such as display name, user name, and SIP URI is updates.
Used in VIEndpoint.
endpoint
- VIEndpoint instance initiated the event
Implementation
typedef void VIEndpointUpdated(VIEndpoint endpoint);