Published June 28, 2023
Note
- Versions 5.15.0 and 5.15.1 were removed. Use v5.15.2 instead.
Breaking Change
- Modified
SetonRecordPriviligeChangedCB
interface toSetonRecordPrivilegeChangedCB
,onRecordPriviligeChanged
callback toonRecordPrivilegeChanged
inlib/zoom_meeting_recording.js
.
Changed
-
Modified interfaces in
lib/zoom_annotation_ctrl.js
.Annotaion_IsAnnotaionDisable
interface toAnnotation_IsAnnotationDisable
Annotaion_StartAnnotation
toAnnotation_StartAnnotation
Annotaion_StopAnnotation
toAnnotation_StopAnnotation
Annotaion_SetTool
toAnnotation_SetTool
Annotaion_Clear
toAnnotation_Clear
Annotaion_SetColor
toAnnotation_SetColor
Annotaion_SetLineWidth
toAnnotation_SetLineWidth
Annotaion_Undo
toAnnotation_Undo
Annotaion_Redo
toAnnotation_Redo
Annotaion_IsAnnotationLegalNoticeAvailable
toAnnotation_IsAnnotationLegalNoticeAvailable
Annotaion_GetAnnotationLegalNoticesPrompt
toAnnotation_GetAnnotationLegalNoticesPrompt
Annotaion_GetAnnotationLegalNoticesExplained
toAnnotation_GetAnnotationLegalNoticesExplained
Fixed
- Security enhancements.
- Fixed an issue where frequently calling
RemoveBO
resulted in an error.