1674095870401Meeting SDK - Android v5.13.5by ChasityBreaking Changes minSdkVersion has upgraded to version 23. Added New interface to support stoping all participant’s incoming video in InMeetingVideoController boolean isStopIncomingVideoSupported() boolean
1674067405583Video SDK for macOS v1.6.2by YvesAdded Add callback to show original and translated. New interfaces in ZMVideoSDKLiveTranscriptionHelper (ZMVideoSDKErrors)enableReceiveSpokenLanguageContent:(BOOL)enable; (BOOL)isReceiveSpokenLanguageContentEnabled; Add new enum values
1674066529867Video SDK for Windows v1.6.2by YvesAdded New interfaces to support video statistics on the shared (2nd) channel. New interfaces in IZoomVideoSDKRawDataPipe virtual ZoomVideoSDKVideoStatisticInfo getVideoStatisticInfo() = 0; New interfaces to show original and
1671637260000Meeting SDK - Android v5.13.0by ChasityBreaking changes Upgrade the compileSdkVersion to 33 Upgrade the buildToolsVersion to 30.0.3 Upgrade the targetSdkVersion up to 33 Added New interface to support transferring an ongoing meeting or webinar from another logged-in Zoom
1671637200000Video SDK - Windows v1.6.0by ChasityAdded New interfaces to support individual cloud recordings to create separate video files for selected users. New interfaces in IZoomVideoSDKUser virtual bool hasIndividualRecordingConsent() = 0; New class
1671637200000Video SDK - macOS v1.6.0by ChasityAdded New interfaces to support developers providing raw data for screen sharing. New interface in ZMVideoSDKShareHelper - (ZMVideoSDKErrors)startSharingExternalSource:(id<ZMVideoSDKShareSource>)pSource; New interface class named
1668631454780Video SDK - macOS v1.5.3by ChasityAdded New interfaces to adjust individual user's local audio volume. New interface in ZMVideoSDKUser.- (BOOL)setUserVolume:(float)volume isSharingAudio:(BOOL)isSharingAudio; - (BOOL)getUserVolume:(float*)volume
1668631368853Video SDK - Windows v1.5.2by ChasityAdded New interfaces to support adjusting individual user's local audio volume. New interfaces in IZoomVideoSDKUser virtual bool setUserVolume(float volume, bool isShareAudio = false) = 0; virtual bool getUserVolume(float& volume, bool
1668621148748Meeting SDK - Android v5.12.8by ChasityAdded New interface to control waiting room configuration for customized user interface. New interface in InMeetingWaitingRoomController void onWaitingRoomCustomizeDataInfoUpdated(WaitingRoomCustomizeData bData) MobileRTCSDKError