Skip to content

v0.16.16

Compare
Choose a tag to compare
@NarmadaRavali NarmadaRavali released this 20 Dec 03:19
· 6 commits to master since this release

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.