@videosdk.live/server-sdk
Preparing search index...
IndividualRecording
Interface IndividualRecording
A participant recording (whole participant) or its track variant.
interface
IndividualRecording
{
end
?:
string
|
null
;
files
?:
RecordingFile
[]
;
id
:
string
;
participantName
?:
string
;
roomId
?:
string
;
start
?:
string
;
webhook
?:
WebhookDeliverySummary
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
end?
files?
id
participant
Name?
room
Id?
start?
webhook?
Properties
Optional
end
end
?:
string
|
null
Optional
files
files
?:
RecordingFile
[]
id
id
:
string
Optional
participant
Name
participantName
?:
string
Optional
room
Id
roomId
?:
string
Optional
start
start
?:
string
Optional
webhook
webhook
?:
WebhookDeliverySummary
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
files
id
participant
Name
room
Id
start
webhook
@videosdk.live/server-sdk
Loading...
A participant recording (whole participant) or its track variant.