Skip to main content

PreRecordedComponentInput

No description

input PreRecordedComponentInput {
video: EmbeddedVideoInput!
availableAt: DateTime!
availableUntil: DateTime
isPublic: Boolean @deprecated
isAvailableOnDemand: Boolean
}

Fields

PreRecordedComponentInput.video ● EmbeddedVideoInput! non-null input

PreRecordedComponentInput.availableAt ● DateTime! non-null scalar

PreRecordedComponentInput.availableUntil ● DateTime scalar

PreRecordedComponentInput.isPublic ● Boolean deprecated scalar

DEPRECATED

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

PreRecordedComponentInput.isAvailableOnDemand ● Boolean scalar

Member Of

CreateEventPlanningInput input ● UpdateEventPlanningInput input ● UpsertEventPlanningInput input