VICallAudioStarted typedef
VICallAudioStarted =
void Function(VICall call)
Signature for callbacks reporting that the endpoint answered the call.
Used in VICall.
call
- VICall instance initiated the event
Implementation
typedef void VICallAudioStarted(VICall call);