Record_Complete

Metreos.MediaControl.Record_Complete

Summary

The Record action is completely and successfully finished upon receiving the Record_Complete event.

Event Parameters
Parameter Name.NET TypeDescription
ElapsedTimeSystem.Int32The amount of time taken to perform the Record (in milliseconds).
TerminationConditionSystem.StringThe condition which caused the Record to stop. Possible values for termination condition are as follows:
maxtime

The amount of time specified by TermCondMaxTime has elapsed (in milliseconds).

digit

The digit specified by TermCondDigit has occurred.

silence

The amount of continuous silence specified by TermCondSilence has elapsed (in milliseconds).

nonsilence

The amount of continuous non-silence specified by TermCondNonSilence has elapsed (in milliseconds).

userstop

The StopMediaOperation was used on operation to abort it.

autostop

The Call Control API ended the operation due to the call ending that was associated with the connection. The normal reasons a call may end are Hangup or BlindTransfer.

timeout

The amount of time specified by CommandTimeout has elapsed (in milliseconds).

FilenameSystem.StringThe filename used to save the recording. The filename is relative to the root of the media engine audio path.