Hi there,<br><br>I am working on a C# project and would like to record a message when the user is ready to record.  Here is the API for C#:  <br><b> public int RecordFile(string file_name, int time_limit, int silence_threshold, int silence_hits);<br>
<br></b>This API will stop the call only on timeout or when there is seconds of silence.  What I want to do is to let the user decide when to end the recording by pressing a &quot;#&quot; key.  So how can I do that?  Do I have to use C code to do that? (by sending event to C code side?)<br>
<br>Thanks,<br>Frankie<br><b><br><br></b>