Rate this page:

createRecorder

Copy URL
createRecorder(options: 

VoxEngine.RecorderParameters

):

Recorder

|

ConferenceRecorder

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

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