fieldnotesai
Preparing search index...
src/services/recordingService
setRecordingStoragePath
Function setRecordingStoragePath
setRecordingStoragePath
(
params
:
{
recordingId
:
string
;
storagePath
:
string
}
,
)
:
Promise
<
|
{
data
?:
undefined
;
error
:
string
;
success
:
boolean
}
|
{
data
:
RecordingRow
;
error
?:
undefined
;
success
:
boolean
}
,
>
Updates the recording storage path.
Parameters
params
:
{
recordingId
:
string
;
storagePath
:
string
}
Returns
Promise
<
|
{
data
?:
undefined
;
error
:
string
;
success
:
boolean
}
|
{
data
:
RecordingRow
;
error
?:
undefined
;
success
:
boolean
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Updates the recording storage path.