| format |
Data Type: String |
Default: audio/wav |
Optional |
| This specifies the format for the audio recording; it can be 'audio/wav', 'audio/mp3' or 'audio/au'. |
| method |
Data Type: String |
Default: POST |
Optional |
| When submitting recordings via HTTP, this parameter determines the method used. This can be 'POST' (which is the default) or 'PUT' . When sending via POST, the name of the form field is "filename". |
| url |
Data Type: String |
Default: "" (undefined) |
Required |
This is the destination URL to send the recording. This can be an FTP destination, like so:
ftp://ftp.myServer.com/files/myRecording.wav
You can build your username and password directly inline with the URL, or you can define them with the individual "username" and "password" fields. |
| username |
Data Type: String |
Default: "" (undefined) |
Optional |
| This identifies the FTP account username. |
| password |
Data Type: String |
Default: "" (undefined) |
Optional |
| This identifies the FTP account password. |