Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSharePreprocessParam Class Reference

start pre-process share's parameter. More...

#include <ZoomVideoSDKShareHelper.h>

Inherits NSObject.

Properties

ZoomVideoSDKSharePreprocessType type
 
UIView * view
 the view to share and pre-process, no need pass when type is none.
 

Detailed Description

start pre-process share's parameter.

Start pre-process share's parameter.

Definition at line 82 of file ZoomVideoSDKShareHelper.h.

Property Documentation

◆ type

- (ZoomVideoSDKSharePreprocessType) type
readwritenonatomicassign

Definition at line 83 of file ZoomVideoSDKShareHelper.h.

◆ view

- (UIView*) view
readwritenonatomicweak

the view to share and pre-process, no need pass when type is none.

Definition at line 87 of file ZoomVideoSDKShareHelper.h.