Android SDK Updates - 04/27/21
1619625953526
Developers!
We are happy to announce that our Android SDK has been updated to v5.5.1.1319 and is available in the Zoom App Marketplace.
In this version, we included the following changes:
Added
New interface for showing minimized meeting.
The following interface in
ZoomUIService.java
:- boolean showMiniMeetingWindow()
New meeting option for hiding the chat message toast.
The
no_chat_msg_toast
option inMeetingOptions.java
.
New callbacks for the events when the breakout room is created and when it is started.
The following interface in
IBOAdminEvent.java
:- void onStartBOError(BOControllerError error)
The following callback in
IBOCreatorEvent.java
:- void onBOCreateSuccess(String strBOID)
The following interface in
`IBOCreator.java`
:- void setEvent(IBOCreatorEvent event)
Changed & Fixed
Upgraded OpenSSL to 1.1.1k.
Fixed an issue where the callback
onMeetingUserLeave
was not triggered.Fixed an issue where the
userID
returned in the callbackonUserVideoStatusChanged
was incorrect.
Dependency Libraries
androidx.security:security-crypto:1.1.0-alpha02
com.google.crypto.tink:tink-android:1.5.0
androidx.swiperefreshlayout:swiperefreshlayout:1.0.0
androidx.appcompat:appcompat:1.0.0
androidx.constraintlayout:constraintlayout:1.1.3
com.google.android.material:material:1.2.0-alpha03
com.google.android:flexbox:2.0.1
androidx.multidex:multidex:2.0.0
Did you like this update?