Skip to content

Releases: zoom/appssdk

v0.16.21

21 Jun 01:24
Compare
Choose a tag to compare

New methods and events

  • Meeting Actions
    • zoomSdk.takeParticipantPhoto
    • zoomSdk.takeMyPhoto
    • zoomSdk.onPhoto
  • Zoom Mail
    • zoomSdk.getMailContext
    • zoomSdk.getMailThread
    • zoomSdk.getMailMessage

Updated

  • Updated zoomSdk.getRunningContext to return inMail when app is running in Mail.

v0.16.20

31 May 21:51
Compare
Choose a tag to compare

Updated

  • Update the response in existing zoomSdk.config. The method returns updated response with new fields called launchContext which contains 2 additional fields origin and openBy
  • Remove beta version and add zoomDesktopClientVersion 6.0.0 to
    • getEngagementContext
    • onEngagementContextChange
    • getEngagementStatus
    • onEngagementStatusChange
  • Remove old version and add zoomContactCenterVersion 6.0.0 to
    • getEngagementSecurableStatus
    • startMediaRedirection
    • onEngagementMediaRedirect

v0.16.19

23 Mar 03:26
Compare
Choose a tag to compare

Updated

  • Updated Zoom Contact Center APIs zoomSdk.getEngagementContext , zoomSdk.onEngagementContextChange , zoomSdk.getEngagementStatus , zoomSdk.onEngagementStatusChange , zoomSdk.startMediaRedirection , zoomSdk.onEngagementMediaRedirect

v0.16.18

15 Mar 02:14
Compare
Choose a tag to compare

New methods and events

  • Zoom Contact Center
    • zoomSdk.getEngagementStatus
    • zoomSdk.onEngagementStatusChange
  • Meeting Actions
    • zoomSdk.getMeetingChatContext

Updated

  • Updated zoomSdk.getEngagementContext , zoomSdk.onEngagementContextChange and deprecated zoomSdk.onEngagementEnd

v0.16.17

12 Jan 00:13
Compare
Choose a tag to compare

New methods and events

  • Meeting Actions
    • zoomSdk.getMeetingParticipantsEmail
    • zoomSdk.onParticipantEmail

v0.16.16

20 Dec 03:19
Compare
Choose a tag to compare

New methods and events

  • App Window
    • zoomSdk.appPopout
    • zoomSdk.bringAppToFront
    • zoomSdk.sendAppToBackground
    • zoomSdk.closeApp
  • Meeting Actions
    • zoomSdk.getMeetingLanguages
    • zoomSdk.onMeetingLanguagesChange
  • Waiting Room
    • zoomSdk.onWaitingRoomStateChange
    • zoomSdk.onWaitingRoomParticipantLeave
    • zoomSdk.onWaitingRoomParticipantJoin
  • Zoom Phone
    • zoomSdk.makePhoneCall

Updated

  • Updated setAudioSettings to accept livePerformanceAudio , audioIsolation as parameter values for audioProfile and new optional parameters highFidelityMusic , echoCancellation , stereo are added.
  • Updated getAudioSettings to return livePerformanceAudio , audioIsolation as values for audioProfile property and the response includes new properties highFidelityMusic , echoCancellation , and stereo .
  • Updated showAppInvitationDialog to accept new optional parameters dialogHeading , dialogButtonText , messageText , primaryButtonText , secondaryButtonText , thumbnail to customize app invitation.

v0.16.15

13 Oct 23:54
Compare
Choose a tag to compare

New methods and events

  • Zoom Contact Center
    • zoomSdk.getEngagementContext
    • zoomSdk.onEngagementEnd
    • zoomSdk.onEngagementContextChange
    • zoomSdk.getEngagementSecurableStatus
    • zoomSdk.startMediaRedirection
    • zoomSdk.onEngagementMediaRedirect

v0.16.14

24 Aug 21:29
Compare
Choose a tag to compare

New methods and events

  • Zoom Phone
    • zoomSdk.getPhoneContext
    • zoomSdk.onPhoneCalleeAnswered
    • zoomSdk.onPhoneCallerEnded
    • zoomSdk.onPhoneCalleeEnded
    • zoomSdk.onPhoneCalleeRejected
    • zoomSdk.onPhoneCallerMeetingInviting
    • zoomSdk.onPhoneCalleeMeetingInvite
    • zoomSdk.onPhoneContext
  • Meeting actions
    • zoomSdk.setDynamicIndicator
    • zoomSdk.removeDynamicIndicator
    • zoomSdk.getDynamicIndicator
    • zoomSdk.setDynamicIndicatorStyle
    • zoomSdk.onSetDynamicIndicator
    • zoomSdk.onRemoveDynamicIndicator
    • zoomSdk.onDynamicIndicatorStyleChange
  • Waiting Room
    • zoomSdk.setWaitingRoomState
    • zoomSdk.getWaitingRoomState
    • zoomSdk.putParticipantToWaitingRoom
    • zoomSdk.admitParticipantFromWaitingRoom
    • zoomSdk.getWaitingRoomParticipants
  • App Instances Communication
    • zoomSdk.sendMessage

Updated

  • Updated zoomSdk.onMessage event to trigger when zoomSdk.sendMessage is invoked on another participant’s app.
  • Updated Zoom Apps SDK README to note that zoomSdk.config must be called again to update API permissions when role or running context changes.

v0.16.13

15 Jul 00:58
Compare
Choose a tag to compare

New methods and events

  • Meeting views
    • zoomSdk.getGalleryOrderList
    • zoomSdk.onGalleryOrder
  • Meeting actions
    • zoomSdk.toggleParticipantMediaVideo
    • zoomSdk.leaveMeeting
    • zoomSdk.joinMeeting
  • Zoom Rooms
    • zoomSdk.getZoomRoomContext
    • zoomSdk.getZoomRoomControllerCredentials

Updated

  • Updated Zoom Apps SDK documentation to include the supported Zoom Apps methods on Zoom Room, ZoomRoomController, iOS Zoom clients.

v0.16.12

05 May 22:51
Compare
Choose a tag to compare

Added

  • New methods and events in Meeting Views, Layers, Meeting Actions and Reactions categories.
    • zoomSdk.setScreenName
    • zoomSdk.setParticipantScreenName
    • zoomSdk.setEmojiReaction
    • zoomSdk.getEmojiConfiguration
    • zoomSdk.onEmojiReaction
    • zoomSdk.getMeetingView
    • zoomSdk.setMeetingView
    • zoomSdk.onMeetingViewChange
    • zoomSdk.setVideoFilter
    • zoomSdk.deleteVideoFilter

Updated

  • Added optional parameter timeout to zoomSdk.config to pass custom timeout, that will be used while calling any of the Zoom Apps SDK APIs. If timeout is not passed in the config , SDK uses default 10000ms.
  • Added optional parameters mirrorMyVideo , originalRatio and cameraDeviceId to zoomSdk.setVideoSettings
  • Updated zoomSdk.getVideoSettings to return new fields mirrorMyVideo , originalRatio and cameraDevices