@carson.zoom thank you for your continued support!
Hopefully last view related question.
Can you please help me to identify the interfaces for number 1, 2, 3 and 4 in the screenshot. No 4 surprisingly doesn’t work using (ZoomSDKError)showPreOrNextPageWallView:(BOOL)nextPage;
Hi @tmiskiew,
Thanks for the post. The interface -(ZoomSDKError)showPreOrNextPageWallView:(BOOL)nextPage is for the gallery/wall view. The view shown in the screenshot is not the gallery view so this interface does not apply.
The interface for number 1 would be:
/**
* @brief Switch float video display mode to minimize mode.
* @return If the function succeeds, it will return ZoomSDKError_success, otherwise failed.
*/
- (ZoomSDKError)switchFloatVideoToMinimizeMode;
The interface for number 2 is:
/**
* @brief Switch float video display mode to active speaker.
* @return If the function succeeds, it will return ZoomSDKError_success, otherwise failed.
*/
- (ZoomSDKError)switchFloatVideoToActiveSpeakerMode;
These interfaces would work while screen sharing.
Currently we do not have interfaces for number 3 & 4.
For No. 5, please have a try with the following interface(Only works in Zoom UI):
/**
* @brief Swap to show sharing screen or video.
* @param share YES means swap to sharing screen, NO means swap to video.
* @return If the function succeeds, it will return ZoomSDKError_success, otherwise not.
* @note Only available for Zoom native ui mode.
*/
- (ZoomSDKError)swapToShowShareViewOrVideo:(BOOL)share;
@carson.zoom - do you in the meantime provide interfaces 3 and 4? What are the names of those interfaces? From what I see there were changes in this area since version 4.6.