Published October 24, 2023
Added
- Allow the green share border to be toggled.
- New interface in
ZMVideoSDKShareSettingHelper
- (ZMVideoSDKErrors)enableGreenBorder:(BOOL)bEnable; - (BOOL)isGreenBorderEnabled;
- New interface in
Changed & Fixed
- Provide error reasons when joining a session fails.
- Fixed an issue where
startSharingExternalSource
returned the wrong value in some cases. - Fixed an issue where
getVideoDeviceName
couldn't get video device name in some cases. - Fixed an issue where
cleanUp
caused memory leak.