Zoom Meeting Reminder
- Description:
- Zoom Meeting Reminder
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReminderNotify |
function | Callback event of the reminder dialog show. |
onEnableReminderNotify |
function | Callback event of the enable reminder dialog show. |
Returns:
- Type
- ZoomMeetingReminder
- Description:
- Zoom Meeting Reminder
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReminderNotify |
function | Callback event of the reminder dialog show. |
onEnableReminderNotify |
function | Callback event of the enable reminder dialog show. |
Returns:
- Type
- ZoomMeetingReminder
Methods
(inner) Accept() → {Number}
- Description:
- Accept the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Accept() → {Number}
- Description:
- Accept the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Decline() → {Number}
- Description:
- Decline the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Decline() → {Number}
- Description:
- Decline the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) DeclineEnable(bDeclineAll) → {Number}
- Description:
- Decline the reminder.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bDeclineAll |
Boolean | TRUE means decline all reminders,and participants cannot send requests again until the host changes the setting. FALSE means that the host declines only this specific request, not all requests. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) DeclineEnable(bDeclineAll) → {Number}
- Description:
- Decline the reminder.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
bDeclineAll |
Boolean | TRUE means decline all reminders,and participants cannot send requests again until the host changes the setting. FALSE means that the host declines only this specific request, not all requests. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Ignore() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) Ignore() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) IgnoreEnable() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) IgnoreEnable() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) SetEnableOption(option) → {Number}
- Description:
- Set the option indicating which meetings smart recording will be enabled for.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
option |
Number | Specify the option, Defined in: FeatureEnableOption |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) SetEnableOption(option) → {Number}
- Description:
- Set the option indicating which meetings smart recording will be enabled for.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
option |
Number | Specify the option, Defined in: FeatureEnableOption |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) SetOnEnableReminderNotifyCB(onEnableReminderNotify) → {Boolean}
- Description:
- Set enable reminder dialog show callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEnableReminderNotify |
function |
Returns:
- Type
- Boolean
(inner) SetOnEnableReminderNotifyCB(onEnableReminderNotify) → {Boolean}
- Description:
- Set enable reminder dialog show callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEnableReminderNotify |
function |
Returns:
- Type
- Boolean
(inner) SetOnReminderNotifyCB(onReminderNotify) → {Boolean}
- Description:
- Set meeting reminder callback function.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReminderNotify |
function |
Returns:
- Type
- Boolean
(inner) SetOnReminderNotifyCB(onReminderNotify) → {Boolean}
- Description:
- Set meeting reminder callback function.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReminderNotify |
function |
Returns:
- Type
- Boolean
(inner) StartEnable() → {Number}
- Description:
- Start the smart recording feature.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) StartEnable() → {Number}
- Description:
- Start the smart recording feature.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
Events
onEnableReminderNotify
- Description:
- Callback event of the enable reminder dialog show.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
content |
Object | The detail content in the reminder dialog, Defined in: MeetingReminderType |
onEnableReminderNotify
- Description:
- Callback event of the enable reminder dialog show.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
content |
Object | The detail content in the reminder dialog, Defined in: MeetingReminderType |
onReminderNotify
- Description:
- Callback event of the reminder dialog show.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
content |
Object | The detail content in the reminder dialog, Defined in: MeetingReminderType |
onReminderNotify
- Description:
- Callback event of the reminder dialog show.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
content |
Object | The detail content in the reminder dialog, Defined in: MeetingReminderType |