You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New method zoomSdk.showMeetingInvitationDialog to open the invite-people modal.
A warning will be thrown when zoomSdk event listeners are added or removed before calling zoomSdk.config. This will become a thrown error in a future version of the SDK.
Updated
Added optional parameters shareToBreakoutRooms , shareSound and optimizeForVideoClip to zoomSdk.promptShareScreen API.
Added optional parameters messageText, primaryButtonText , secondaryButtonText , htmlPageTitle , and deeplinkURL to zoomSdk.sendAppInvitation API to configure invitation.
Added optional parameter automaticallyMoveParticipantsIntoMainRoom to zoomSdk.configureBreakoutRooms API. If set to true while configuring breakout rooms, no dialog on participant’s screen will be shown while moving to 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.