Published date: March 10, 2023
Added
-
New methods and event for managing gallery view.
-
zoomSdk.getGalleryPage
-
zoomSdk.setGalleryPage
-
zoomSdk.onGalleryPageChange
-
-
New method
zoomSdk.showMeetingInvitationDialog
to open the invite-people modal. -
A warning will be thrown when
zoomSdk
event listeners are added or removed before callingzoomSdk.config
. This will become a thrown error in a future version of the SDK.
Updated
-
Added optional parameters
shareToBreakoutRooms
,shareSound
andoptimizeForVideoClip
tozoomSdk.promptShareScreen
API. -
Added optional parameters
messageText
,primaryButtonText
,secondaryButtonText
,htmlPageTitle
, anddeeplinkURL
tozoomSdk.sendAppInvitation
API to configure invitations. -
Added optional parameter
automaticallyMoveParticipantsIntoMainRoom
tozoomSdk.configureBreakoutRooms
API. If set to true while configuring breakout rooms, no dialog on the participant’s screen will be shown while moving to the main room. -
Starting January 31, 2023, the roles for following Zoom Apps APIs are now expanded to meeting hosts and co-hosts:
-
zoomSdk.getMeetingContext
-
zoomSdk.getMeetingParticipants
-
zoomSdk.getMeetingJoinUrl
-
zoomSdk.onParticipantChange
-
zoomSdk.onActiveSpeakerChange
-
zoomSdk.allowParticipantToRecord
-
zoomSdk.onReaction
-
Fixed
-
Fixed multiple events firing bug on Windows when
zoomSdk.config
is called more than once.