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 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