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