Records a prompt or message from the specified channel. The voice recording can go to one of 3 destinations. 1. Record to a specific file.. 2. Record into a specific prompt in an indexed voice file (VAP). 3. Record into memory buffer of a specified size. Recording into a memory (VAP) structure is not supported. In addition to specifying the destination of the file, you must specify the voice file format and speed. You must also specify the various ways the recording may terminate.
Records a prompt or message from the specified channel. The voice recording can go to one of 3 destinations. 1. Record to a specific file.. 2. Record into a specific prompt in an indexed voice file (VAP). 3. Record into memory buffer of a specified size. Recording into a memory (VAP) structure is not supported. In addition to specifying the destination of the file, you must specify the voice file format and speed. You must also specify the various ways the recording may terminate.
public static TermCode RecordConversation(int,int,DevType,int,DevType,Source,VoiceFormat,byte[],int,int,int,int,string,int,int,string,ref int,ref int);
Records a prompt or message from the specified channel. The voice recording can go to one of 3 destinations. 1. Record to a specific file.. 2. Record into a specific prompt in an indexed voice file (VAP). 3. Record into memory buffer of a specified size. Recording into a memory (VAP) structure is not supported. In addition to specifying the destination of the file, you must specify the voice file format and speed. You must also specify the various ways the recording may terminate.
public static TermCode RecordConversation(int,int,DevType,int,DevType,Source,VoiceFormat,string,int,int,int,int,string,int,int,string,ref int,ref int);