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 succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Accept() → {Number}
- Description:
- Accept the reminder.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Decline() → {Number}
- Description:
- Decline the reminder.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Decline() → {Number}
- Description:
- Decline the reminder.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- 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 succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- 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 succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Ignore() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) Ignore() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) IgnoreEnable() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) IgnoreEnable() → {Number}
- Description:
- Ignore the reminder.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- 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 FeatureEnableOption |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- 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 FeatureEnableOption |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) SetOnEnableReminderNotifyCB(onEnableReminderNotify) → {Boolean}
- Description:
- Set onEnableReminderNotify callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEnableReminderNotify |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnEnableReminderNotifyCB(onEnableReminderNotify) → {Boolean}
- Description:
- Set onEnableReminderNotify callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEnableReminderNotify |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnReminderNotifyCB(onReminderNotify) → {Boolean}
- Description:
- Set onReminderNotify callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReminderNotify |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnReminderNotifyCB(onReminderNotify) → {Boolean}
- Description:
- Set onReminderNotify callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReminderNotify |
function |
Returns:
true or false
- Type
- Boolean
(inner) StartEnable() → {Number}
- Description:
- Start the smart recording feature.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) StartEnable() → {Number}
- Description:
- Start the smart recording feature.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- 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 with the following properties: - type: The type of the reminder MeetingReminderType - title: The title of the reminder dialog content - content: The detail content of the reminder dialog content - is_blocking: Whether block the user join or stay in the meeting |
onEnableReminderNotify
- Description:
- Callback event of the enable reminder dialog show.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
content |
Object | The detail content in the reminder dialog with the following properties: - type: The type of the reminder MeetingReminderType - title: The title of the reminder dialog content - content: The detail content of the reminder dialog content - is_blocking: Whether block the user join or stay in the meeting |
onReminderNotify
- Description:
- Callback event of the reminder dialog show.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
content |
Object | The detail content in the reminder dialog with the following properties: - type: The type of the reminder MeetingReminderType - title: The title of the reminder dialog content - content: The detail content of the reminder dialog content - is_blocking: Whether block the user join or stay in the meeting |
onReminderNotify
- Description:
- Callback event of the reminder dialog show.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
content |
Object | The detail content in the reminder dialog with the following properties: - type: The type of the reminder MeetingReminderType - title: The title of the reminder dialog content - content: The detail content of the reminder dialog content - is_blocking: Whether block the user join or stay in the meeting |