Skip to content

v0.16.12

Compare
Choose a tag to compare
@NarmadaRavali NarmadaRavali released this 05 May 22:51
· 11 commits to master since this release

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