File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,33 @@ public function setInviteRedirectUrl($val)
202202 return $ this ;
203203 }
204204
205+ /**
206+ * Gets the resetRedemption
207+ *
208+ * @return bool|null The resetRedemption
209+ */
210+ public function getResetRedemption ()
211+ {
212+ if (array_key_exists ("resetRedemption " , $ this ->_propDict )) {
213+ return $ this ->_propDict ["resetRedemption " ];
214+ } else {
215+ return null ;
216+ }
217+ }
218+
219+ /**
220+ * Sets the resetRedemption
221+ *
222+ * @param bool $val The resetRedemption
223+ *
224+ * @return Invitation
225+ */
226+ public function setResetRedemption ($ val )
227+ {
228+ $ this ->_propDict ["resetRedemption " ] = boolval ($ val );
229+ return $ this ;
230+ }
231+
205232 /**
206233 * Gets the sendInvitationMessage
207234 * Indicates whether an email should be sent to the user being invited. The default is false.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class InvitationParticipantInfo extends Entity
2525{
2626 /**
2727 * Gets the hidden
28+ * Optional. Whether to hide the participant from the roster.
2829 *
2930 * @return bool|null The hidden
3031 */
@@ -39,6 +40,7 @@ public function getHidden()
3940
4041 /**
4142 * Sets the hidden
43+ * Optional. Whether to hide the participant from the roster.
4244 *
4345 * @param bool $val The value of the hidden
4446 *
@@ -112,6 +114,7 @@ public function setParticipantId($val)
112114 }
113115 /**
114116 * Gets the removeFromDefaultAudioRoutingGroup
117+ * Optional. Whether to remove them from the main mixer.
115118 *
116119 * @return bool|null The removeFromDefaultAudioRoutingGroup
117120 */
@@ -126,6 +129,7 @@ public function getRemoveFromDefaultAudioRoutingGroup()
126129
127130 /**
128131 * Sets the removeFromDefaultAudioRoutingGroup
132+ * Optional. Whether to remove them from the main mixer.
129133 *
130134 * @param bool $val The value of the removeFromDefaultAudioRoutingGroup
131135 *
You can’t perform that action at this time.
0 commit comments