Rate this page:

createRecorder

Copy URL
createRecorder(parameters: 

RecorderParameters

):

Recorder

|

ConferenceRecorder

Creates a new Recorder (audio recorder) or ConferenceRecorder (conference recorder) object. You can attach sources later via the VoxMediaUnit sendMediaTo method.
Add the following line to your scenario code to use the function:

require(Modules.Recorder);

Parameters

  • Recorder 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'.