Skip to content

v0.16.8

Compare
Choose a tag to compare
@NarmadaRavali NarmadaRavali released this 28 Jan 01:31
· 14 commits to master since this release

Added

New methods to update incoming participant audio state, manage audio & video settings, prompt share screen

  • zoomSdk.setIncomingParticipantAudioState
  • zoomSdk.getIncomingParticipantAudioState
  • zoomSdk.setAudioSettings
  • zoomSdk.getAudioSettings
  • zoomSdk.setVideoSettings
  • zoomSdk.getVideoSettings
  • zoomSdk.promptShareScreen

New events in sharing, feedback, meeting actions categories

  • zoomSdk.onShareScreen
  • zoomSdk.onShareComputerAudio
  • zoomSdk.onFeedbackReaction
  • zoomSdk.onRemoveFeedbackReaction
  • zoomSdk.onIncomingParticipantAudioChange

Updated

  • VB APIs zoomSdk.setVirtualBackground and zoomSdk.removeVirtualBackground are updated to support in inMainClient running context from desktop client version 5.13.5.

  • New optional parameter cameraModeMirroring is added to drawParticipant (in desktop client version 5.13.5) when set true the participant will be streamed as mirrored in both the local client and to other participant.