Package us.zoom.sdk
Interface ZoomSDKApproveEnableQueryHandler
public interface ZoomSDKApproveEnableQueryHandler
-
Method Summary
Modifier and TypeMethodDescriptionContinue approve action.long
Get the user id of requester.
-
Method Details
-
getSenderUserID
long getSenderUserID()Get the user id of requester. -
continueApprove
MobileRTCSDKError continueApprove()Continue approve action. If the function succeeds, it will return SDKERR_SUCCESS. Otherwise not.
-