@videosdk.live/server-sdk
Preparing search index...
Transcoding
Interface Transcoding
A transcoding job.
interface
Transcoding
{
file
?:
{
filePath
?:
string
;
fileUrl
?:
string
;
id
?:
string
;
meta
?:
unknown
;
size
?:
number
;
type
?:
string
;
}
;
hlsId
?:
string
;
id
:
string
;
recordingIds
?:
string
[]
;
roomId
?:
string
;
sessionId
?:
string
;
startedAt
?:
string
;
status
?:
TranscodingStatus
;
stoppedAt
?:
string
|
null
;
task
?:
TranscodingTask
;
webhook
?:
WebhookDeliverySummary
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
file?
hls
Id?
id
recording
Ids?
room
Id?
session
Id?
started
At?
status?
stopped
At?
task?
webhook?
Properties
Optional
file
file
?:
{
filePath
?:
string
;
fileUrl
?:
string
;
id
?:
string
;
meta
?:
unknown
;
size
?:
number
;
type
?:
string
;
}
Optional
hls
Id
hlsId
?:
string
id
id
:
string
Optional
recording
Ids
recordingIds
?:
string
[]
Optional
room
Id
roomId
?:
string
Optional
session
Id
sessionId
?:
string
Optional
started
At
startedAt
?:
string
Optional
status
status
?:
TranscodingStatus
Optional
stopped
At
stoppedAt
?:
string
|
null
Optional
task
task
?:
TranscodingTask
Optional
webhook
webhook
?:
WebhookDeliverySummary
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
hls
Id
id
recording
Ids
room
Id
session
Id
started
At
status
stopped
At
task
webhook
@videosdk.live/server-sdk
Loading...
A transcoding job.