onRecordSend abstract method

void onRecordSend(
  1. NERecordConfig config
)

Called when a call record needs to be sent.

Implementations should send the record described by config to the appropriate backend or storage. The SDK will not send records on its own when a provider is configured.

Implementation

void onRecordSend(NERecordConfig config);