PreRecordedComponent
No description
type PreRecordedComponent {
availableAt: DateTime!
availableUntil: DateTime
video: EmbeddedVideoUnion!
isPublic: Boolean! @deprecated
}
Fields
PreRecordedComponent.availableAt ● DateTime! non-null scalar
PreRecordedComponent.availableUntil ● DateTime scalar
PreRecordedComponent.video ● EmbeddedVideoUnion! non-null union
PreRecordedComponent.isPublic ● Boolean! deprecated non-null scalar
DEPRECATED
Use Planning.isVideoHiddenToGuest, Planning.isVideoHiddenToCommunityLevel and Planning.videoRestrictedEventGroups instead.
Member Of
Planning object ● PlanningWithEvent object ● PreRecordedAwareInterface interface