createRecorder
createRecorder(options: ): |
Create new audio recorder. Sources can later be attached using the Call.sendMediaTo method. Add the following line to your scenario code to use the function:
require(Modules.Recorder);
Parameters
options:
OptionalRecorder parameters. Note that if the first parameter is not an object, it is treated as 'name', with second optional parameter as 'secure' boolean flag, default to 'false'.
Returns
type:
type: