Original publication date: August 31, 2022
Added
-
New interface to support UI legal notice for shared in-meeting chat to existing channel.
-
New interface in
InMeetingChatController
boolean isShareMeetingChatLegalNoticeAvailable() String getShareMeetingChatStartedLegalNoticeContent() String getShareMeetingChatStoppedLegalNoticeContent()
-
New callback in
InMeetingServiceListener
void onShareMeetingChatStatusChanged(boolean start)
-
-
New interface to support the customized cloud whiteboard UI.
-
New interface in
MeetingSettingsHelper
setAnnotationSnapshotPathInAlbum(String path)
-
New interface in
ZoomUIService
void hideCloudWhiteboardFeedbackButton(boolean isHide) MobileRTCSDKError setCloudWhiteboardFeedbackUrl(String url) void hideCloudWhiteboardShareButton(boolean isHide)
-
-
New interface to support sending raw audio data.
-
New interface in
IZoomSDKAudioRawDataHelper
MobileRTCRawDataError setExternalAudioSource(IZoomSDKVirtualAudioMicEvent source)
-
New interface in
IZoomSDKAudioRawDataSender
MobileRTCRawDataError send(ByteBuffer data, int dataLength, int sampleRate)
-
New interface in
IZoomSDKVirtualAudioMicEvent
void onMicInitialize(IZoomSDKAudioRawDataSender sender); void onMicStartSend(); void onMicStopSend(); void onMicUninitialized();
-
-
New interface to support UI legal notice for sharing in-meeting chat to existing channel
-
New interface in
InMeetingChatController
boolean isShareMeetingChatLegalNoticeAvailable() String getShareMeetingChatStartedLegalNoticeContent() String getShareMeetingChatStoppedLegalNoticeContent()
-
New callback in
InMeetingServiceListener
void onShareMeetingChatStatusChanged(boolean start)
-
-
New parameters
join_token
inJoinMeetingParams
to support joining Zoom Event meetings.-
In
JoinMeetingParams
:String join_token;
-
Changed & Fixed
-
Fixed an issue where the participant is not able to annotate if the host has not annotated already.
-
Fixed an issue where the SDK interface allows deleting the last interpreter, which behaves differently compared to the Zoom client.
-
Fixed an issue where entering the incorrect meeting ID results in a waiting page with no way to dismiss.
-
Fixed an issue where the SDK causes a memory leak.
-
Fixed an issue where the SDK app crashes when the app is being put into the background after joining a meeting.
Deprecated
-
Deprecated interface
isSupportWaitingRoomUponEntryFeature
inInMeetingWaitingRoomController
. It is duplicated asisSupportWaitingRoom