Skip to content

Commit

Permalink
Updated v1.0_metadata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Oct 3, 2023
1 parent 591b1e7 commit e0c2242
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.0_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21321,6 +21321,7 @@
<Property Name="videoTeleconferenceId" Type="Edm.String" />
<Property Name="watermarkProtection" Type="graph.watermarkProtectionValues" />
<NavigationProperty Name="attendanceReports" Type="Collection(graph.meetingAttendanceReport)" ContainsTarget="true" />
<NavigationProperty Name="transcripts" Type="Collection(graph.callTranscript)" ContainsTarget="true" />
</EntityType>
<EntityType Name="presence" BaseType="graph.entity">
<Property Name="activity" Type="Edm.String" />
Expand Down Expand Up @@ -25228,6 +25229,14 @@
<Property Name="totalParticipantCount" Type="Edm.Int32" />
<NavigationProperty Name="attendanceRecords" Type="Collection(graph.attendanceRecord)" ContainsTarget="true" />
</EntityType>
<EntityType Name="callTranscript" BaseType="graph.entity">
<Property Name="content" Type="Edm.Stream" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="meetingId" Type="Edm.String" />
<Property Name="meetingOrganizer" Type="graph.identitySet" />
<Property Name="metadataContent" Type="Edm.Stream" />
<Property Name="transcriptContentUrl" Type="Edm.String" />
</EntityType>
<ComplexType Name="extensionSchemaProperty">
<Property Name="name" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
Expand Down

0 comments on commit e0c2242

Please sign in to comment.