EZSDK/EZSDK/EZSDK.h
@@ -24,6 +24,8 @@ @property (nonatomic, weak) id<EZSDKDelegate> delegate;//代理 @property (nonatomic, strong) NSArray *connectTipModels;//需要配网提示的类型(不能通过app端配网的设备类型) ///sharedInstance + (instancetype)sharedInstance; @@ -73,6 +75,13 @@ */ - (void)Play:(EZDeviceInfo*)deviceInfo; /** 查看视频监控直播 @param deviceInfo 设备信息 @param isShow 是否展示呼叫弹框 */ - (void)Play:(EZDeviceInfo*)deviceInfo showCallout:(BOOL)isShow; /// 指定序列号 查看视频监控直播 /// @param deviceSerial 序列号 - (void)PlayWithDeviceSerial:(NSString *)deviceSerial;