Please note: live streaming requires Scale Plan or above
- {streamError && ( -- Recording type enabled: {enableRecording} -
- )} - - {recordingStartedDate && ( -Recording started: {recordingStartedDate.toString()}
- )} - - {[RECORDING_TYPE_CLOUD, RECORDING_TYPE_CLOUD_BETA].includes( - enableRecording - ) && ( - <> -- Cloud recordings can be accessed via the Daily dashboard under the - "Recordings" section. -
- > - )} - {enableRecording === RECORDING_TYPE_RTP_TRACKS && ( - <> -- rtp-tracks recordings can be accessed via the Daily API. See the{' '} - - Daily recording guide - {' '} - for details. -
- > - )} -