|
40 | 40 | * @method $this setLogoutURL(string $logoutURL) |
41 | 41 | * @method bool|null isRecord() |
42 | 42 | * @method $this setRecord(bool $isRecord) |
| 43 | + * @method bool|null isNotifyRecordingIsOn() |
| 44 | + * @method $this setNotifyRecordingIsOn(bool $isNotifyRecordingIsOn) |
| 45 | + * @method bool|null isRemindRecordingIsOn() |
| 46 | + * @method $this setRemindRecordingIsOn(bool $remindRecordingIsOn) |
| 47 | + * @method bool|null isRecordFullDurationMedia() |
| 48 | + * @method $this setRecordFullDurationMedia(bool $recordFullDurationMedia) |
43 | 49 | * @method int getDuration() |
44 | 50 | * @method $this setDuration(int $duration) |
45 | 51 | * @method string getParentMeetingID() |
|
90 | 96 | * @method $this setLockSettingsLockOnJoin(bool $isLockSettingsLockOnJoin) |
91 | 97 | * @method bool|null isLockSettingsLockOnJoinConfigurable() |
92 | 98 | * @method $this setLockSettingsLockOnJoinConfigurable(bool $isLockSettingsLockOnJoinConfigurable) |
| 99 | + * @method $this setLockSettingsHideViewersCursor(bool $isLockSettingsHideViewersCursor) |
| 100 | + * @method bool|null isLockSettingsHideViewersCursor() |
93 | 101 | * @method string getGuestPolicy() |
94 | 102 | * @method $this setGuestPolicy(string $guestPolicy) |
95 | 103 | * @method bool|null isMeetingKeepEvents() |
|
98 | 106 | * @method $this setEndWhenNoModerator(bool $isEndWhenNoModerator) |
99 | 107 | * @method int getEndWhenNoModeratorDelayInMinutes() |
100 | 108 | * @method $this setEndWhenNoModeratorDelayInMinutes(int $endWhenNoModeratorDelayInMinutes) |
| 109 | + * @method int getMeetingExpireIfNoUserJoinedInMinutes() |
| 110 | + * @method $this setMeetingExpireIfNoUserJoinedInMinutes(int $meetingExpireIfNoUserJoinedInMinutes) |
| 111 | + * @method int getMeetingExpireWhenLastUserLeftInMinutes() |
| 112 | + * @method $this setMeetingExpireWhenLastUserLeftInMinutes(int $meetingExpireWhenLastUserLeftInMinutes) |
101 | 113 | * @method string getMeetingLayout() |
102 | 114 | * @method $this setMeetingLayout(string $meetingLayout) |
103 | 115 | * @method string getMeetingEndedURL() |
|
110 | 122 | * @method $this setAllowRequestsWithoutSession(bool $isAllowRequestsWithoutSession) |
111 | 123 | * @method int getUserCameraCap() |
112 | 124 | * @method $this setUserCameraCap(int $cap) |
| 125 | + * @method int getMeetingCameraCap() |
| 126 | + * @method $this setMeetingCameraCap(int $cap) |
113 | 127 | * @method array getDisabledFeatures() |
114 | 128 | * @method $this setDisabledFeatures(array $disabledFeatures) |
115 | 129 | * @method array getDisabledFeaturesExclude() |
116 | 130 | * @method $this setDisabledFeaturesExclude(array $disabledFeaturesExclude) |
| 131 | + * @method string getPreUploadedPresentationOverrideDefault() |
| 132 | + * @method $this setPreUploadedPresentationOverrideDefault(string $preUploadedPresentationOverrideDefault) |
| 133 | + * @method string getPresentationUploadExternalUrl() |
| 134 | + * @method $this setPresentationUploadExternalUrl(string $presentationUploadExternalUrl) |
| 135 | + * @method string getPresentationUploadExternalDescription() |
| 136 | + * @method $this setPresentationUploadExternalDescription(string $presentationUploadExternalDescription) |
117 | 137 | */ |
118 | 138 | class CreateMeetingParameters extends MetaParameters |
119 | 139 | { |
|
0 commit comments