Published July 26, 2023
Breaking changes
- Modified the interface
onRequestLocalRecordingPriviligeChanged
toonRequestLocalRecordingPrivilegeChanged
.
Added
- New added interface to support getting last-used avatar and enable always-showing-avatar in future meetings.
- New added interface in
I3DAvatarImageInfo
.
boolean isLastUsed();
- New added interface in
I3DAvatarSettingContext
.
MobileRTCSDKError enable3DAvatarEffectForAllMeeting(boolean bEnable) boolean is3DAvatarEffectForAllMeetingEnabled()
- New added interface in
Changed
- Changed the TensorFlow name to
libzoomtensorflowlite_gpu_jni.so
. - Added new dependencies
org.greenrobot:eventbus:3.1.1
.
Fixed
- Fixed an issue using the weak hashing method.
- Fixed an issue that SDK was not able to render screen sharing data with canvas width that was not a multiple of 8.
- Fixed an issue where the SDK didn't support
getCurrentMeetingCallInNumber
andgetSupportCountryInfointerface
for attendees when attendees were in a webinar. - Fixed an issue where the video status was incorrect when using a 3D lips avatar.