Video SDK Windows updates - 04/19/21
1618879528876
v1.0.2
Changed & Fixed
Enhanced encryption support.
v1.0.1
Added
Added interfaces to allow the user to retrieve video QoS statistics
The added interface in `zoom_instant_sdk_session_info_interface.h`
IZoomInstantSDKSession.getSessionAudioStatisticInfo(ZoomInstantSDKSessionAudioStatisticInfo& send_info, ZoomInstantSDKSessionAudioStatisticInfo& recv_info)
IZoomInstantSDKSession.getSessionVideoStatisticInfo(ZoomInstantSDKSessionASVStatisticInfo& send_info, ZoomInstantSDKSessionASVStatisticInfo& recv_info)
IZoomInstantSDKSession.getSessionShareStatisticInfo(ZoomInstantSDKSessionASVStatisticInfo& send_info, ZoomInstantSDKSessionASVStatisticInfo& recv_info)
Added a callback to get notified when an attendee changes the display name
The added interface in
zoom_instant_sdk_delegate_interface.h
IZoomInstantSDKDelegate.onUserNameChanged(IZoomInstantSDKUser* pUser)
Added the ability to know who has been assigned as the manager in a session
The added interface in `zoom_instant_sdk_delegate_interface.h`
IZoomInstantSDKDelegate.onUserManagerChanged(ZoomInstantSDKUser user)
Did you like this update?