@@ -2755,8 +2755,16 @@ paths:
27552755 - id desc
27562756 - accessLevel
27572757 - accessLevel desc
2758+ - allowAttendeeToEnableCamera
2759+ - allowAttendeeToEnableCamera desc
2760+ - allowAttendeeToEnableMic
2761+ - allowAttendeeToEnableMic desc
27582762 - allowedPresenters
27592763 - allowedPresenters desc
2764+ - allowMeetingChat
2765+ - allowMeetingChat desc
2766+ - allowTeamworkReactions
2767+ - allowTeamworkReactions desc
27602768 - alternativeRecording
27612769 - alternativeRecording desc
27622770 - attendeeReport
@@ -2816,7 +2824,11 @@ paths:
28162824 enum :
28172825 - id
28182826 - accessLevel
2827+ - allowAttendeeToEnableCamera
2828+ - allowAttendeeToEnableMic
28192829 - allowedPresenters
2830+ - allowMeetingChat
2831+ - allowTeamworkReactions
28202832 - alternativeRecording
28212833 - attendeeReport
28222834 - audioConferencing
@@ -2926,7 +2938,11 @@ paths:
29262938 enum :
29272939 - id
29282940 - accessLevel
2941+ - allowAttendeeToEnableCamera
2942+ - allowAttendeeToEnableMic
29292943 - allowedPresenters
2944+ - allowMeetingChat
2945+ - allowTeamworkReactions
29302946 - alternativeRecording
29312947 - attendeeReport
29322948 - audioConferencing
@@ -3640,8 +3656,16 @@ paths:
36403656 - id desc
36413657 - accessLevel
36423658 - accessLevel desc
3659+ - allowAttendeeToEnableCamera
3660+ - allowAttendeeToEnableCamera desc
3661+ - allowAttendeeToEnableMic
3662+ - allowAttendeeToEnableMic desc
36433663 - allowedPresenters
36443664 - allowedPresenters desc
3665+ - allowMeetingChat
3666+ - allowMeetingChat desc
3667+ - allowTeamworkReactions
3668+ - allowTeamworkReactions desc
36453669 - alternativeRecording
36463670 - alternativeRecording desc
36473671 - attendeeReport
@@ -3701,7 +3725,11 @@ paths:
37013725 enum :
37023726 - id
37033727 - accessLevel
3728+ - allowAttendeeToEnableCamera
3729+ - allowAttendeeToEnableMic
37043730 - allowedPresenters
3731+ - allowMeetingChat
3732+ - allowTeamworkReactions
37053733 - alternativeRecording
37063734 - attendeeReport
37073735 - audioConferencing
@@ -3826,7 +3854,11 @@ paths:
38263854 enum :
38273855 - id
38283856 - accessLevel
3857+ - allowAttendeeToEnableCamera
3858+ - allowAttendeeToEnableMic
38293859 - allowedPresenters
3860+ - allowMeetingChat
3861+ - allowTeamworkReactions
38303862 - alternativeRecording
38313863 - attendeeReport
38323864 - audioConferencing
@@ -4897,8 +4929,22 @@ components:
48974929 properties :
48984930 accessLevel :
48994931 $ref : ' #/components/schemas/microsoft.graph.accessLevel'
4932+ allowAttendeeToEnableCamera :
4933+ type : boolean
4934+ description : Indicates whether attendees can turn on their camera.
4935+ nullable : true
4936+ allowAttendeeToEnableMic :
4937+ type : boolean
4938+ description : Indicates whether attendees can turn on their microphone.
4939+ nullable : true
49004940 allowedPresenters :
49014941 $ref : ' #/components/schemas/microsoft.graph.onlineMeetingPresenters'
4942+ allowMeetingChat :
4943+ $ref : ' #/components/schemas/microsoft.graph.meetingChatMode'
4944+ allowTeamworkReactions :
4945+ type : boolean
4946+ description : Indicates if Teams reactions are enabled for the meeting.
4947+ nullable : true
49024948 alternativeRecording :
49034949 type : string
49044950 description : The content stream of the alternative recording of a live event. Read-only.
@@ -4950,14 +4996,14 @@ components:
49504996 nullable : true
49514997 isBroadcast :
49524998 type : boolean
4953- description : Indicates if this is a live event.
4999+ description : Indicates whether this is a live event.
49545000 nullable : true
49555001 isCancelled :
49565002 type : boolean
49575003 nullable : true
49585004 isEntryExitAnnounced :
49595005 type : boolean
4960- description : Whether or not to announce when callers join or leave.
5006+ description : Indicates whether to announce when callers join or leave.
49615007 nullable : true
49625008 joinInformation :
49635009 $ref : ' #/components/schemas/microsoft.graph.itemBody'
@@ -5527,6 +5573,14 @@ components:
55275573 - organizer
55285574 - unknownFutureValue
55295575 type : string
5576+ microsoft.graph.meetingChatMode :
5577+ title : meetingChatMode
5578+ enum :
5579+ - enabled
5580+ - disabled
5581+ - limited
5582+ - unknownFutureValue
5583+ type : string
55305584 microsoft.graph.audioConferencing :
55315585 title : audioConferencing
55325586 type : object
0 commit comments