RoundtableComponent
No description
type RoundtableComponent {
maxParticipants: Int!
audioOnly: Boolean!
moderatedStage: Boolean!
starts: DateTime
ends: DateTime
videoBackgroundImageUrl: String
data: RoundtableComponentDataUnion
recordings: [RoundtableRecording!]!
}
Fields
RoundtableComponent.maxParticipants
● Int!
non-null scalar
RoundtableComponent.audioOnly
● Boolean!
non-null scalar
RoundtableComponent.moderatedStage
● Boolean!
non-null scalar
RoundtableComponent.starts
● DateTime
scalar
RoundtableComponent.ends
● DateTime
scalar
RoundtableComponent.videoBackgroundImageUrl
● String
scalar
RoundtableComponent.data
● RoundtableComponentDataUnion
union
Specific data from provider tool.
RoundtableComponent.recordings
● [RoundtableRecording!]!
non-null object
All done recordings for this roundtable
Member Of
Planning
object ● PlanningWithEvent
object ● RoundtableAwareInterface
interface