liveRecording property

bool? liveRecording
read / write

A boolean that enables and disables live recording. Specify this parameter during the conference creation:

  • When set to true, the recorded file is available at the end of the call and can be downloaded immediately.
  • When set to false, the remix API must be called after the conference to generate and retrieve the recorded file.

This parameter does not start the recording; use the RecordingService.start method to enable the recording. For more information, see the Recording Conferences article.

Implementation

bool? liveRecording;