Rate this page:

createRecorder

Copy URL
createRecorder(parameters: 

RecorderParameters

):

Recorder

|

ConferenceRecorder

Creates a new audio recorder. Sources can later be attached via the Call.sendMediaTo method.
Add the following line to your scenario code to use the function:

require(Modules.Recorder);

Parameters

  • Optional

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