Skip to main content

LiveStreamComponentInput

No description

input LiveStreamComponentInput {
stream: LiveStreamComponentStreamInput!
availableAt: DateTime!
availableUntil: DateTime
isPublic: Boolean @deprecated
isRecorded: Boolean
isBackstage: Boolean
}

Fields

LiveStreamComponentInput.stream ● LiveStreamComponentStreamInput! non-null input

LiveStreamComponentInput.availableAt ● DateTime! non-null scalar

LiveStreamComponentInput.availableUntil ● DateTime scalar

LiveStreamComponentInput.isPublic ● Boolean deprecated scalar

DEPRECATED

Video visibility is now configured at the planning level. Set isVideoHiddenToGuest, isVideoHiddenToCommunityLevel and restrictedEventGroupIds on CreateEventPlanningInput / UpdateEventPlanningInput instead.

LiveStreamComponentInput.isRecorded ● Boolean scalar

LiveStreamComponentInput.isBackstage ● Boolean scalar

Member Of

CreateEventPlanningInput input ● UpdateEventPlanningInput input ● UpsertEventPlanningInput input