#import <React/RCTView.h>
#import <ZoomVideoSDK/ZoomVideoSDK.h>

@interface RNZoomView : RCTView

- (void)setUserId:(NSString*)userId;
- (void)setSharing:(BOOL)sharing;
- (void)setVideoAspect:(NSString*)videoAspect;
- (void)setVideoResolution:(NSString*)videoResolution;
- (void)setPreview: (BOOL)preview;
- (void)setIsPiPView:(BOOL)newIsPiPView;

@end
