VIVoiceActivityStarted typedef
VIVoiceActivityStarted =
void Function(VIEndpoint endpoint)
Signature for callbacks reporting when a voice activity of the endpoint is detected in a conference call.
Used in VIEndpoint.
endpoint
- VIEndpoint instance initiated the event
Implementation
typedef void VIVoiceActivityStarted(VIEndpoint endpoint);