Original publication date: September 19th, 2022
Added
-
Typescript types now provided as named exports.
-
Version comment added to distributed SDK files.
-
Typedoc updated to version 0.23.10.
-
New methods added for getting/setting the on/off state of current user’s audio and video:
-
zoomSdk.getVideoState
-
zoomSdk.setVideoState
-
zoomSdk.getAudioState
-
zoomSdk.setAudioState
-
-
Persistence feature added to
zoomSdk.setVirtualForeground
, you can now set virtual foregrounds to persist beyond the meeting in which they are set.
Fixed
-
Corrected type definitions for
onMeetingConfigChanged
event, added compatibility patch for older client versions.