@@ -38,7 +38,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
3838
3939 /**
4040 * The Allow Attendee To Enable Camera.
41- *
41+ * Indicates whether attendees can turn on their camera.
4242 */
4343 @ SerializedName (value = "allowAttendeeToEnableCamera" , alternate = {"AllowAttendeeToEnableCamera" })
4444 @ Expose
@@ -47,7 +47,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
4747
4848 /**
4949 * The Allow Attendee To Enable Mic.
50- *
50+ * Indicates whether attendees can turn on their microphone.
5151 */
5252 @ SerializedName (value = "allowAttendeeToEnableMic" , alternate = {"AllowAttendeeToEnableMic" })
5353 @ Expose
@@ -56,7 +56,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
5656
5757 /**
5858 * The Allowed Presenters.
59- *
59+ * Specifies who can be a presenter in a meeting.
6060 */
6161 @ SerializedName (value = "allowedPresenters" , alternate = {"AllowedPresenters" })
6262 @ Expose
@@ -65,7 +65,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
6565
6666 /**
6767 * The Allow Meeting Chat.
68- *
68+ * Specifies the mode of the meeting chat.
6969 */
7070 @ SerializedName (value = "allowMeetingChat" , alternate = {"AllowMeetingChat" })
7171 @ Expose
@@ -74,7 +74,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
7474
7575 /**
7676 * The Allow Participants To Change Name.
77- *
77+ * Specifies if participants are allowed to rename themselves in an instance of the meeting.
7878 */
7979 @ SerializedName (value = "allowParticipantsToChangeName" , alternate = {"AllowParticipantsToChangeName" })
8080 @ Expose
@@ -83,7 +83,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
8383
8484 /**
8585 * The Allow Teamwork Reactions.
86- *
86+ * Indicates if Teams reactions are enabled for the meeting.
8787 */
8888 @ SerializedName (value = "allowTeamworkReactions" , alternate = {"AllowTeamworkReactions" })
8989 @ Expose
@@ -92,7 +92,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
9292
9393 /**
9494 * The Audio Conferencing.
95- *
95+ * The phone access (dial-in) information for an online meeting. Read-only.
9696 */
9797 @ SerializedName (value = "audioConferencing" , alternate = {"AudioConferencing" })
9898 @ Expose
@@ -101,7 +101,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
101101
102102 /**
103103 * The Chat Info.
104- *
104+ * The chat information associated with this online meeting.
105105 */
106106 @ SerializedName (value = "chatInfo" , alternate = {"ChatInfo" })
107107 @ Expose
@@ -110,7 +110,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
110110
111111 /**
112112 * The Is Entry Exit Announced.
113- *
113+ * Indicates whether to announce when callers join or leave.
114114 */
115115 @ SerializedName (value = "isEntryExitAnnounced" , alternate = {"IsEntryExitAnnounced" })
116116 @ Expose
@@ -119,7 +119,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
119119
120120 /**
121121 * The Join Information.
122- *
122+ * The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only.
123123 */
124124 @ SerializedName (value = "joinInformation" , alternate = {"JoinInformation" })
125125 @ Expose
@@ -128,7 +128,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
128128
129129 /**
130130 * The Join Meeting Id Settings.
131- *
131+ * Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings can't be modified. To make any changes to this property, you must cancel this meeting and create a new one.
132132 */
133133 @ SerializedName (value = "joinMeetingIdSettings" , alternate = {"JoinMeetingIdSettings" })
134134 @ Expose
@@ -137,7 +137,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
137137
138138 /**
139139 * The Join Web Url.
140- *
140+ * The join URL of the online meeting. Read-only.
141141 */
142142 @ SerializedName (value = "joinWebUrl" , alternate = {"JoinWebUrl" })
143143 @ Expose
@@ -146,7 +146,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
146146
147147 /**
148148 * The Lobby Bypass Settings.
149- *
149+ * Specifies which participants can bypass the meeting lobby.
150150 */
151151 @ SerializedName (value = "lobbyBypassSettings" , alternate = {"LobbyBypassSettings" })
152152 @ Expose
@@ -155,7 +155,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
155155
156156 /**
157157 * The Record Automatically.
158- *
158+ * Indicates whether to record the meeting automatically.
159159 */
160160 @ SerializedName (value = "recordAutomatically" , alternate = {"RecordAutomatically" })
161161 @ Expose
@@ -173,7 +173,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
173173
174174 /**
175175 * The Subject.
176- *
176+ * The subject of the online meeting.
177177 */
178178 @ SerializedName (value = "subject" , alternate = {"Subject" })
179179 @ Expose
@@ -182,7 +182,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
182182
183183 /**
184184 * The Video Teleconference Id.
185- *
185+ * The video teleconferencing ID. Read-only.
186186 */
187187 @ SerializedName (value = "videoTeleconferenceId" , alternate = {"VideoTeleconferenceId" })
188188 @ Expose
@@ -191,7 +191,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
191191
192192 /**
193193 * The Watermark Protection.
194- *
194+ * Specifies whether the client application should apply a watermark to a content type.
195195 */
196196 @ SerializedName (value = "watermarkProtection" , alternate = {"WatermarkProtection" })
197197 @ Expose
@@ -200,7 +200,7 @@ public class OnlineMeetingBase extends Entity implements IJsonBackedObject {
200200
201201 /**
202202 * The Attendance Reports.
203- *
203+ * The attendance reports of an online meeting. Read-only.
204204 */
205205 @ SerializedName (value = "attendanceReports" , alternate = {"AttendanceReports" })
206206 @ Expose
0 commit comments