videosphere
Preparing search index...
lib/repositories/livestreams
CreateLivestreamFields
Interface CreateLivestreamFields
Fields for creating a new livestream draft row.
interface
CreateLivestreamFields
{
title
:
string
;
description
:
string
;
tags
?:
string
[]
;
visibility
?:
PlatformUploadVisibility
;
targets
:
ConnectedAccountPlatform
[]
;
platforms
?:
LivestreamPlatforms
;
scheduledStartTime
?:
string
;
scheduledStartTimeZone
?:
string
;
thumbnailR2Key
?:
string
;
thumbnailContentType
?:
string
;
}
Index
Properties
title
description
tags?
visibility?
targets
platforms?
scheduled
Start
Time?
scheduled
Start
Time
Zone?
thumbnail
R2
Key?
thumbnail
Content
Type?
Properties
title
title
:
string
description
description
:
string
Optional
tags
tags
?:
string
[]
Optional
visibility
visibility
?:
PlatformUploadVisibility
targets
targets
:
ConnectedAccountPlatform
[]
Optional
platforms
platforms
?:
LivestreamPlatforms
Optional
scheduled
Start
Time
scheduledStartTime
?:
string
Optional
scheduled
Start
Time
Zone
scheduledStartTimeZone
?:
string
Optional
thumbnail
R2
Key
thumbnailR2Key
?:
string
Optional
thumbnail
Content
Type
thumbnailContentType
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
title
description
tags
visibility
targets
platforms
scheduled
Start
Time
scheduled
Start
Time
Zone
thumbnail
R2
Key
thumbnail
Content
Type
videosphere
Loading...
Fields for creating a new livestream draft row.