Published October 24, 2023
Breaking Change
- Update Android NDK to r25c.
Added
-
New interfaces to support smart summary.
- New interfaces in
InMeetingSmartSummaryController
interface ISmartSummaryPrivilegeHandler { MobileRTCSDKError accept(); MobileRTCSDKError decline(); void ignore(); } interface InMeetingSmartSummaryListener extends IListener { void onSmartSummaryStatusChange(boolean isStarted); void onSmartSummaryPrivilegeRequested(long userId, ISmartSummaryPrivilegeHandler handler); void onSmartSummaryStartReqResponse(boolean timeout, boolean decline); } void addListener(InMeetingSmartSummaryListener listener); void removeListener(InMeetingSmartSummaryListener listener); boolean isSmartSummarySupported(); boolean isSmartSummaryEnabled(); MobileRTCSDKError canRequestStartSmartSummary(); MobileRTCSDKError requestStartSmartSummary(); MobileRTCSDKError canStartSmartSummary(); MobileRTCSDKError startSmartSummary(); MobileRTCSDKError stopSmartSummary(); boolean isSmartSummaryStarted();
- New interfaces in
InMeetingService
InMeetingSmartSummaryController getInMeetingSmartSummaryController()
- New enum values in
ReminderType
TYPE_QUERY_ENABLE_REQUEST_REMINDER, TYPE_ENABLE_SMART_SUMMARY_REMINDER
- New interfaces in
-
New interface to support dynamic notices for the AI Companion feature.
- New interfaces in
InMeetingAANController
MobileRTCSDKError showDynamicNoticeForAICompanionPanel(FragmentActivity activity); MobileRTCSDKError hideDynamicNoticeForAICompanionPanel();
- New interface in
InMeetingServiceListener
void onAICompanionActiveChangeNotice(boolean active)
- New interfaces in
-
New added interface to improve meeting transfer feature.
- New interface in
InMeetingDeviceInfoBean
String getMeetingId();
- New interface in
-
New error code for auth rate limit.
- New error code in
ZoomError
int ZOOM_ERROR_AUTHRET_LIMIT_EXCEEDED_EXCEPTION = 9;
- New error code in
Changed
- New added dependencies
androidx.webkit:webkit:1.6.0
. - Modified smart recording disclaimer information.
- Modified Amazon Kinesis Video Streaming Live Stream disclaimer information in the customized user interface.
Fixed
- Fixed an issue where the rear camera inverted the image during the meeting.
- Fixed an issue where attendees were able to call the
getSupportCountryInfo
function in the webinar. - Fixed an issue when sharing audio raw data at once during the meeting, the device sound would automatically sent out even though restarting the screen sharing.
- Fixed an issue where the disclaimer title might be empty.