No Description

RCTAgoraVideoView.h 375B

1234567891011121314151617181920
  1. //
  2. // RCTAgoraVideoView.h
  3. // RCTAgora
  4. //
  5. // Created by 邓博 on 2017/6/30.
  6. // Copyright © 2017年 Syan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "AgoraConst.h"
  10. @interface RCTAgoraVideoView : UIView
  11. @property (strong, nonatomic) AgoraRtcEngineKit *rtcEngine;
  12. @property (nonatomic) BOOL showLocalVideo;
  13. @property (nonatomic) NSInteger remoteUid;
  14. @end