Video SDK Android updates - 04/19/21
1618870769088
v1.0.2
Changed & Fixed
Enhanced encryption support.
Fixed an issue with the demo app not working properly on Samsung devices.
v1.0.1
Added
Added interfaces to allow the user to retrieve video QoS statistics
The added interface in
ZoomInstantSDKSession.java
ZoomInstantSDKSessionAudioStatisticInfo getSessionAudioStatisticInfo()
ZoomInstantSDKSessionASVStatisticInfo getSessionVideoStatisticInfo()
ZoomInstantSDKSessionASVStatisticInfo getSessionShareStatisticInfo()
Added a callback to get notified when an attendee changes the display name
The added interface in
ZoomInstantSDKDelegate.java
void onUserNameChanged(ZoomInstantSDKUser user)
Added the ability to know who has been assigned as the manager in a session
Added interface in
ZoomInstantSDKDelegate.java
void onUserManagerChanged(ZoomInstantSDKUser user)
Did you like this update?